]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
The blockfault regression test now passes on 64 bit systems too.
authorBart Van Assche <bvanassche@acm.org>
Sat, 10 Jan 2009 09:34:13 +0000 (09:34 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 10 Jan 2009 09:34:13 +0000 (09:34 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8932

none/tests/blockfault.stderr.exp
none/tests/filter_stderr

index 3c2c3ffa7bf7638f483811091219aa96cc12a1bf..8b85798b4b2560caaf9fcb170316520e19a498ac 100644 (file)
@@ -6,5 +6,5 @@ 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 ....
 
index adb76265ea649c48405e20bbab74241c2f84aee7..14e7f0bd79db8766e806c5221cb7e253f4db2ba7 100755 (executable)
@@ -7,6 +7,9 @@ $dir/../../tests/filter_stderr_basic |
 # Remove "Nulgrind, ..." line and the following copyright line.
 sed "/^Nulgrind, a binary JIT-compiler./ , /./ d" |
 
+# 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 inthis run was .../" |
+
 # Anonymise addresses
 $dir/../../tests/filter_addresses