From: Julian Seward Date: Sun, 24 Jul 2005 07:33:15 +0000 (+0000) Subject: Rename tags in XML block. X-Git-Tag: svn/VALGRIND_3_0_0~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a421699ed2a6fb045a1c1a84be1329738d3cd743;p=thirdparty%2Fvalgrind.git Rename tags in XML block. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4240 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 17a5d01e06..96131f969f 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -2819,8 +2819,8 @@ int main(int argc, char **argv, char **envp) if (VG_(clo_xml)) { HChar buf[50]; VG_(ctime)(buf); - VG_(message)(Vg_UserMsg, " RUNNING " - "%t ", buf); + VG_(message)(Vg_UserMsg, " RUNNING " + " ", buf); VG_(message)(Vg_UserMsg, ""); } @@ -2921,8 +2921,8 @@ void VG_(shutdown_actions_NORETURN) ( ThreadId tid, VG_(message)(Vg_UserMsg, ""); } VG_(ctime)(buf); - VG_(message)(Vg_UserMsg, " FINISHED " - "%t ", buf); + VG_(message)(Vg_UserMsg, " FINISHED " + " ", buf); VG_(message)(Vg_UserMsg, ""); } diff --git a/docs/internals/xml-output.txt b/docs/internals/xml-output.txt index ec8fa57a3f..b233e33038 100644 --- a/docs/internals/xml-output.txt +++ b/docs/internals/xml-output.txt @@ -166,8 +166,8 @@ following in sequence: * The following, indicating that the program has now started: - RUNNING - human-readable-time-string + RUNNING + * Zero or more of (either ERROR or ERRORCOUNTS). @@ -175,8 +175,8 @@ following in sequence: * The following, indicating that the program has now finished, and that the wrapup (leak checking) is happening. - FINISHED - human-readable-time-string + FINISHED + * SUPPCOUNTS, indicating how many times each suppression was used. diff --git a/memcheck/tests/filter_xml b/memcheck/tests/filter_xml index f9c5669859..7044671e72 100755 --- a/memcheck/tests/filter_xml +++ b/memcheck/tests/filter_xml @@ -9,7 +9,7 @@ sed "s/.*<\/line>/...<\/line>/" | sed "s/.*<\/dir>/...<\/dir>/" | sed "s/.*<\/count>/...<\/count>/" | perl -0 -p -e "s/.*<\/suppcounts>/...<\/suppcounts>/s" | -perl -p -e "s/.*<\/when>/...<\/when>/s" | +perl -p -e "s/