Fix minor breakage in 7 tests.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7405
This commit is contained in:
Nicholas Nethercote 2008-02-13 05:05:58 +00:00
parent f3b38367f0
commit e23b38512f
8 changed files with 10 additions and 7 deletions

View File

@ -22,7 +22,7 @@ Process terminating with default action of signal 11 (SIGSEGV)
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.

View File

@ -11,7 +11,7 @@ Process terminating with default action of signal 11 (SIGSEGV)
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.

View File

@ -10,7 +10,7 @@ Process terminating with default action of signal 11 (SIGSEGV)
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.

View File

@ -13,4 +13,7 @@ sed "/^Memcheck, a memory error detector/ , /./ d" |
# 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

View File

@ -7,7 +7,7 @@ Process terminating with default action of signal 11 (SIGSEGV)
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.

View File

@ -6,4 +6,4 @@ Process terminating with default action of signal 11 (SIGSEGV)
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 ....

View File

@ -48,7 +48,7 @@ usage: valgrind [options] prog-and-args
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.

View File

@ -92,7 +92,7 @@ usage: valgrind [options] prog-and-args
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.