]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Run memcheck/tests/demangle with -q.
authorMark Wielaard <mark@klomp.org>
Wed, 3 Jun 2015 09:52:00 +0000 (09:52 +0000)
committerMark Wielaard <mark@klomp.org>
Wed, 3 Jun 2015 09:52:00 +0000 (09:52 +0000)
The interesting part is the demangled backtrace in the error message.
Suppress the memory allocation/blocks summary which can differ slightly
depending on the underlying arch/libs.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15308

memcheck/tests/demangle.stderr.exp
memcheck/tests/demangle.vgtest

index 2124517f1ac1f58ea26721cba86ff10744d399ea..6e7467d7cf9296c3ee52956d0f13711af1182650 100644 (file)
@@ -1,16 +1,5 @@
-
 Conditional jump or move depends on uninitialised value(s)
    at 0x........: abc::def<int, magic<int> >::xyzzy(int*, magic<int>*) (demangle.cpp:9)
    by 0x........: magic<int>::xyzzy(int*) (demangle.cpp:19)
    by 0x........: main (demangle.cpp:27)
 
-
-HEAP SUMMARY:
-    in use at exit: 6 bytes in 3 blocks
-  total heap usage: 3 allocs, 0 frees, 6 bytes allocated
-
-For a detailed leak analysis, rerun with: --leak-check=full
-
-For counts of detected and suppressed errors, rerun with: -v
-Use --track-origins=yes to see where uninitialised values come from
-ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
index f6ae038b1415bb240a11e9016f25fef391c7d000..b65b6d342970f89310bbf3d66755633d4c704420 100644 (file)
@@ -1 +1,2 @@
 prog: demangle
+vgopts: -q