|
From: <sv...@va...> - 2016-02-08 08:26:24
|
Author: iraisr
Date: Mon Feb 8 08:26:17 2016
New Revision: 15784
Log:
Exclude 'threading model' information from Solaris coredump_many_threads test as well
See previous SVN r15783 for details.
n-i-bz
Modified:
trunk/none/tests/solaris/coredump_many_threads.post.exp
trunk/none/tests/solaris/filter_coredump_many_threads_post
Modified: trunk/none/tests/solaris/coredump_many_threads.post.exp
==============================================================================
--- trunk/none/tests/solaris/coredump_many_threads.post.exp (original)
+++ trunk/none/tests/solaris/coredump_many_threads.post.exp Mon Feb 8 08:26:17 2016
@@ -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---
Modified: trunk/none/tests/solaris/filter_coredump_many_threads_post
==============================================================================
--- trunk/none/tests/solaris/filter_coredump_many_threads_post (original)
+++ trunk/none/tests/solaris/filter_coredump_many_threads_post Mon Feb 8 08:26:17 2016
@@ -7,6 +7,7 @@
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---"
|