|
From: <sv...@va...> - 2009-07-21 15:36:06
|
Author: bart
Date: 2009-07-21 16:35:55 +0100 (Tue, 21 Jul 2009)
New Revision: 10508
Log:
Limited the number of callers printed in stackframes to two for the hg03_inherit test.
Modified:
trunk/drd/tests/hg03_inherit.stderr.exp
trunk/drd/tests/hg03_inherit.vgtest
Modified: trunk/drd/tests/hg03_inherit.stderr.exp
===================================================================
--- trunk/drd/tests/hg03_inherit.stderr.exp 2009-07-21 15:20:21 UTC (rev 10507)
+++ trunk/drd/tests/hg03_inherit.stderr.exp 2009-07-21 15:35:55 UTC (rev 10508)
@@ -3,16 +3,12 @@
Conflicting store by thread 3 at 0x........ size 4
at 0x........: t2 (hg03_inherit.c:28)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
- by 0x........: (within libpthread-?.?.so)
- by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside shared[1],
declared at hg03_inherit.c:11, in frame #? of thread 3
Conflicting store by thread 3 at 0x........ size 4
at 0x........: t2 (hg03_inherit.c:29)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
- by 0x........: (within libpthread-?.?.so)
- by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside shared[1],
declared at hg03_inherit.c:11, in frame #? of thread 3
Modified: trunk/drd/tests/hg03_inherit.vgtest
===================================================================
--- trunk/drd/tests/hg03_inherit.vgtest 2009-07-21 15:20:21 UTC (rev 10507)
+++ trunk/drd/tests/hg03_inherit.vgtest 2009-07-21 15:35:55 UTC (rev 10508)
@@ -1,3 +1,3 @@
prereq: ./supported_libpthread
-vgopts: --show-confl-seg=no --var-info=yes --auto-run-dsymutil=yes
+vgopts: --show-confl-seg=no --var-info=yes --auto-run-dsymutil=yes --num-callers=2
prog: ../../helgrind/tests/hg03_inherit
|