From: Julian Seward Date: Sun, 26 Jul 2009 19:28:07 +0000 (+0000) Subject: Updated expected outputs following r10589 (msm idempotency effects) X-Git-Tag: svn/VALGRIND_3_5_0~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eddea8d1cef057325af9bf569325850bc5d63b14;p=thirdparty%2Fvalgrind.git Updated expected outputs following r10589 (msm idempotency effects) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10619 --- diff --git a/helgrind/tests/hg03_inherit.stderr.exp b/helgrind/tests/hg03_inherit.stderr.exp index feed364027..c77fae3c94 100644 --- a/helgrind/tests/hg03_inherit.stderr.exp +++ b/helgrind/tests/hg03_inherit.stderr.exp @@ -15,13 +15,4 @@ Possible data race during write of size 4 at 0x........ by thread #x Location 0x........ is 0 bytes inside shared[1], declared at hg03_inherit.c:11, in frame #x of thread x -Possible data race during write of size 4 at 0x........ by thread #x - at 0x........: t2 (hg03_inherit.c:29) - by 0x........: mythread_wrapper (hg_intercepts.c:...) - ... - This conflicts with a previous read of size 4 by thread #x - at 0x........: main (hg03_inherit.c:60) - Location 0x........ is 0 bytes inside shared[1], - declared at hg03_inherit.c:11, in frame #x of thread x - -ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)