From: Ivo Raisr Date: Mon, 8 Feb 2016 08:26:17 +0000 (+0000) Subject: Exclude 'threading model' information from Solaris coredump_many_threads test as... X-Git-Tag: svn/VALGRIND_3_12_0~239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6c211aaf88f73b953291ae75c3329caac4059ef;p=thirdparty%2Fvalgrind.git Exclude 'threading model' information from Solaris coredump_many_threads test as well See previous SVN r15783 for details. n-i-bz git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15784 --- diff --git a/none/tests/solaris/coredump_many_threads.post.exp b/none/tests/solaris/coredump_many_threads.post.exp index 5c94dc2b90..9a1e6997ff 100644 --- a/none/tests/solaris/coredump_many_threads.post.exp +++ b/none/tests/solaris/coredump_many_threads.post.exp @@ -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--- diff --git a/none/tests/solaris/filter_coredump_many_threads_post b/none/tests/solaris/filter_coredump_many_threads_post index 5a893a2979..28e1c996b7 100755 --- a/none/tests/solaris/filter_coredump_many_threads_post +++ b/none/tests/solaris/filter_coredump_many_threads_post @@ -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---"