Author: njn Date: 2008-02-13 05:05:58 +0000 (Wed, 13 Feb 2008) New Revision: 7405
Log: Fix minor breakage in 7 tests. Modified: trunk/memcheck/tests/addressable.stderr.exp trunk/memcheck/tests/badjump.stderr.exp trunk/memcheck/tests/describe-block.stderr.exp trunk/memcheck/tests/filter_stderr trunk/memcheck/tests/match-overrun.stderr.exp trunk/memcheck/tests/supp_unknown.stderr.exp trunk/none/tests/cmdline1.stdout.exp trunk/none/tests/cmdline2.stdout.exp Modified: trunk/memcheck/tests/addressable.stderr.exp =================================================================== --- trunk/memcheck/tests/addressable.stderr.exp 2008-02-12 21:55:15 UTC (rev 7404) +++ trunk/memcheck/tests/addressable.stderr.exp 2008-02-13 05:05:58 UTC (rev 7405) @@ -22,7 +22,7 @@ If you believe this happened as a result of a stack overflow in your program's main thread (unlikely but possible), you can try to increase the size of the main thread stack using the --main-stacksize= flag. - The main thread stack size used in this run was 16777216. + The main thread stack size used in this run was .... ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) malloc/free: in use at exit: 0 bytes in 0 blocks. Modified: trunk/memcheck/tests/badjump.stderr.exp =================================================================== --- trunk/memcheck/tests/badjump.stderr.exp 2008-02-12 21:55:15 UTC (rev 7404) +++ trunk/memcheck/tests/badjump.stderr.exp 2008-02-13 05:05:58 UTC (rev 7405) @@ -11,7 +11,7 @@ If you believe this happened as a result of a stack overflow in your program's main thread (unlikely but possible), you can try to increase the size of the main thread stack using the --main-stacksize= flag. - The main thread stack size used in this run was 16777216. + The main thread stack size used in this run was .... ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) malloc/free: in use at exit: 0 bytes in 0 blocks. Modified: trunk/memcheck/tests/describe-block.stderr.exp =================================================================== --- trunk/memcheck/tests/describe-block.stderr.exp 2008-02-12 21:55:15 UTC (rev 7404) +++ trunk/memcheck/tests/describe-block.stderr.exp 2008-02-13 05:05:58 UTC (rev 7405) @@ -10,7 +10,7 @@ If you believe this happened as a result of a stack overflow in your program's main thread (unlikely but possible), you can try to increase the size of the main thread stack using the --main-stacksize= flag. - The main thread stack size used in this run was 16777216. + The main thread stack size used in this run was .... ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) malloc/free: in use at exit: 0 bytes in 0 blocks. Modified: trunk/memcheck/tests/filter_stderr =================================================================== --- trunk/memcheck/tests/filter_stderr 2008-02-12 21:55:15 UTC (rev 7404) +++ trunk/memcheck/tests/filter_stderr 2008-02-13 05:05:58 UTC (rev 7405) @@ -13,4 +13,7 @@ # Anonymise line numbers in mc_replace_strmem.c sed "s/mc_replace_strmem.c:[0-9]*/mc_replace_strmem.c:.../" | +# Remove the size in "The main thread stack size..." message. +sed "s/The main thread stack size used in this run was [0-9]*/The main thread stack size used in this run was .../" | + $dir/../../tests/filter_test_paths Modified: trunk/memcheck/tests/match-overrun.stderr.exp =================================================================== --- trunk/memcheck/tests/match-overrun.stderr.exp 2008-02-12 21:55:15 UTC (rev 7404) +++ trunk/memcheck/tests/match-overrun.stderr.exp 2008-02-13 05:05:58 UTC (rev 7405) @@ -7,7 +7,7 @@ If you believe this happened as a result of a stack overflow in your program's main thread (unlikely but possible), you can try to increase the size of the main thread stack using the --main-stacksize= flag. - The main thread stack size used in this run was 16777216. + The main thread stack size used in this run was .... ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) malloc/free: in use at exit: 0 bytes in 0 blocks. Modified: trunk/memcheck/tests/supp_unknown.stderr.exp =================================================================== --- trunk/memcheck/tests/supp_unknown.stderr.exp 2008-02-12 21:55:15 UTC (rev 7404) +++ trunk/memcheck/tests/supp_unknown.stderr.exp 2008-02-13 05:05:58 UTC (rev 7405) @@ -6,4 +6,4 @@ If you believe this happened as a result of a stack overflow in your program's main thread (unlikely but possible), you can try to increase the size of the main thread stack using the --main-stacksize= flag. - The main thread stack size used in this run was 16777216. + The main thread stack size used in this run was .... Modified: trunk/none/tests/cmdline1.stdout.exp =================================================================== --- trunk/none/tests/cmdline1.stdout.exp 2008-02-12 21:55:15 UTC (rev 7404) +++ trunk/none/tests/cmdline1.stdout.exp 2008-02-13 05:05:58 UTC (rev 7405) @@ -48,7 +48,7 @@ Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Valgrind is Copyright (C) 2000-2007 Julian Seward et al. + Valgrind is Copyright (C) 2000-2008 Julian Seward et al. and licensed under the GNU General Public License, version 2. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. Modified: trunk/none/tests/cmdline2.stdout.exp =================================================================== --- trunk/none/tests/cmdline2.stdout.exp 2008-02-12 21:55:15 UTC (rev 7404) +++ trunk/none/tests/cmdline2.stdout.exp 2008-02-13 05:05:58 UTC (rev 7405) @@ -92,7 +92,7 @@ Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Valgrind is Copyright (C) 2000-2007 Julian Seward et al. + Valgrind is Copyright (C) 2000-2008 Julian Seward et al. and licensed under the GNU General Public License, version 2. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers