From: Bart Van Assche Date: Tue, 18 Mar 2008 17:09:13 +0000 (+0000) Subject: The results of the hg03_inherit are now independent of the Linux platform it is run on. X-Git-Tag: svn/VALGRIND_3_4_0~839 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aaf06694575045101354e2fd80618360993e841b;p=thirdparty%2Fvalgrind.git The results of the hg03_inherit are now independent of the Linux platform it is run on. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7734 --- diff --git a/exp-drd/tests/hg03_inherit.stderr.exp b/exp-drd/tests/hg03_inherit.stderr.exp index 960bb7dd9e..79f0241150 100644 --- a/exp-drd/tests/hg03_inherit.stderr.exp +++ b/exp-drd/tests/hg03_inherit.stderr.exp @@ -3,25 +3,17 @@ Thread 3: Conflicting store by thread 3/3 at 0x........ size 4 at 0x........: t2 (hg03_inherit.c:28) by 0x........: vg_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 -Other segment start (thread 1/1) - at 0x........: pthread_join (drd_pthread_intercepts.c:?) - by 0x........: main (hg03_inherit.c:49) -Other segment end (thread 1/1) - at 0x........: (within libpthread-?.?.so) - by 0x........: pthread_join (drd_pthread_intercepts.c:?) Conflicting store by thread 3/3 at 0x........ size 4 at 0x........: t2 (hg03_inherit.c:29) by 0x........: vg_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 -Other segment start (thread 1/1) - at 0x........: pthread_join (drd_pthread_intercepts.c:?) - by 0x........: main (hg03_inherit.c:49) -Other segment end (thread 1/1) - at 0x........: (within libpthread-?.?.so) - by 0x........: pthread_join (drd_pthread_intercepts.c:?) ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) diff --git a/exp-drd/tests/hg03_inherit.vgtest b/exp-drd/tests/hg03_inherit.vgtest index a3327ceafc..947e955f9c 100644 --- a/exp-drd/tests/hg03_inherit.vgtest +++ b/exp-drd/tests/hg03_inherit.vgtest @@ -1,2 +1,2 @@ prog: hg03_inherit -vgopts: --num-callers=2 +vgopts: --show-confl-seg=no