]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Exclude 'threading model' information from Solaris coredump_many_threads test as...
authorIvo Raisr <ivosh@ivosh.net>
Mon, 8 Feb 2016 08:26:17 +0000 (08:26 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Mon, 8 Feb 2016 08:26:17 +0000 (08:26 +0000)
See previous SVN r15783 for details.
n-i-bz

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

none/tests/solaris/coredump_many_threads.post.exp
none/tests/solaris/filter_coredump_many_threads_post

index 5c94dc2b90c267766242c3e84a15137c33846e0b..9a1e6997ffa8e1883fc7f4221987aac62c561bfd 100644 (file)
@@ -1,7 +1,6 @@
 ---Status---
 debugging core file of coredump_many_t from ...
 initial argv: ./coredump_many_threads
-threading model: native threads
 status: process terminated by SIGSEGV (Segmentation Fault), addr=........
 
 ---Stacks---
index 5a893a29790435bedf7b3c292c96644fce801958..28e1c996b799f336c6990760b796e937094548e1 100755 (executable)
@@ -7,6 +7,7 @@ echo "---Status---"
 echo "::status" | /usr/bin/mdb vgcore.* | \
 perl -p -e 's/\(.*\) from \S*$/from .../' | \
 perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
+sed '/^threading model:/ d' | \
 perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
 
 echo "\n---Stacks---"