From 0b00bcb391f09f6d07788e50ed3e0420773f9fba Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 21 Jul 2009 15:35:55 +0000 Subject: [PATCH] Limited the number of callers printed in stackframes to two for the hg03_inherit test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10508 --- drd/tests/hg03_inherit.stderr.exp | 4 ---- drd/tests/hg03_inherit.vgtest | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/drd/tests/hg03_inherit.stderr.exp b/drd/tests/hg03_inherit.stderr.exp index 73458d3269..6bc33b4be4 100644 --- a/drd/tests/hg03_inherit.stderr.exp +++ b/drd/tests/hg03_inherit.stderr.exp @@ -3,16 +3,12 @@ Thread 3: 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 diff --git a/drd/tests/hg03_inherit.vgtest b/drd/tests/hg03_inherit.vgtest index b7209c91ea..a72edf418a 100644 --- a/drd/tests/hg03_inherit.vgtest +++ b/drd/tests/hg03_inherit.vgtest @@ -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 -- 2.47.3