Skip to content

Commit

Permalink
Exclude 'threading model' information from Solaris coredump_many_thre…
Browse files Browse the repository at this point in the history
…ads test as well

See previous SVN r15783 for details.
n-i-bz


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15784 a5019735-40e9-0310-863c-91ae7b9d1cf9
  • Loading branch information
iraisr committed Feb 8, 2016
1 parent 4c8cda4 commit 110f843
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion none/tests/solaris/coredump_many_threads.post.exp
Original file line number Diff line number Diff line change
@@ -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---
Expand Down
1 change: 1 addition & 0 deletions none/tests/solaris/filter_coredump_many_threads_post
Original file line number Diff line number Diff line change
Expand Up @@ -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---"
Expand Down

0 comments on commit 110f843

Please sign in to comment.