Author: iraisr
Date: Wed Nov 18 04:13:12 2015
New Revision: 15727
Log:
Expected stderr of test cases wrapmalloc and wrapmallocstatic are overconstrained.
Fixes BZ#355455.
Modified:
trunk/NEWS
trunk/memcheck/tests/ (props changed)
trunk/memcheck/tests/wrapmalloc.stderr.exp
trunk/memcheck/tests/wrapmalloc.vgtest
trunk/memcheck/tests/wrapmallocstatic.stderr.exp
trunk/memcheck/tests/wrapmallocstatic.vgtest
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Nov 18 04:13:12 2015
@@ -51,6 +51,7 @@
354797 Added vbit tester support for PPC 64 isa 2.07 iops
354933 Fix documentation of --kernel-variant=android-no-hw-tls option
355188 valgrind should intercept all malloc related global functions
+355455 expected stderr of test cases wrapmalloc and wrapmallocstatic overconstrained
Release 3.11.0 (22 September 2015)
Modified: trunk/memcheck/tests/wrapmalloc.stderr.exp
==============================================================================
--- trunk/memcheck/tests/wrapmalloc.stderr.exp (original)
+++ trunk/memcheck/tests/wrapmalloc.stderr.exp Wed Nov 18 04:13:12 2015
@@ -1,10 +0,0 @@
-
-
-HEAP SUMMARY:
- in use at exit: 0 bytes in 0 blocks
- total heap usage: 1 allocs, 1 frees, 1,024 bytes allocated
-
-For a detailed leak analysis, rerun with: --leak-check=full
-
-For counts of detected and suppressed errors, rerun with: -v
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Modified: trunk/memcheck/tests/wrapmalloc.vgtest
==============================================================================
--- trunk/memcheck/tests/wrapmalloc.vgtest (original)
+++ trunk/memcheck/tests/wrapmalloc.vgtest Wed Nov 18 04:13:12 2015
@@ -1,2 +1,2 @@
prog: wrapmalloc
-
+vgopts: -q
Modified: trunk/memcheck/tests/wrapmallocstatic.stderr.exp
==============================================================================
--- trunk/memcheck/tests/wrapmallocstatic.stderr.exp (original)
+++ trunk/memcheck/tests/wrapmallocstatic.stderr.exp Wed Nov 18 04:13:12 2015
@@ -1,10 +0,0 @@
-
-
-HEAP SUMMARY:
- in use at exit: 0 bytes in 0 blocks
- total heap usage: 1 allocs, 1 frees, 1,024 bytes allocated
-
-For a detailed leak analysis, rerun with: --leak-check=full
-
-For counts of detected and suppressed errors, rerun with: -v
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Modified: trunk/memcheck/tests/wrapmallocstatic.vgtest
==============================================================================
--- trunk/memcheck/tests/wrapmallocstatic.vgtest (original)
+++ trunk/memcheck/tests/wrapmallocstatic.vgtest Wed Nov 18 04:13:12 2015
@@ -1,2 +1,2 @@
prog: wrapmallocstatic
-
+vgopts: -q
|