From: Bart Van Assche Date: Sun, 16 Mar 2008 18:04:48 +0000 (+0000) Subject: More expected output updates. X-Git-Tag: svn/VALGRIND_3_4_0~851 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37b8e7fee82a008021dadae3d8b94290becf1459;p=thirdparty%2Fvalgrind.git More expected output updates. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7717 --- diff --git a/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 b/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 index 5b3c6336c8..694c1d5607 100644 --- a/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 +++ b/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 @@ -5,13 +5,13 @@ ---------------- pthread_create/join ---------------- -Conflicting store by thread 1 at 0x........ size 2 +Conflicting store by thread 1/1 at 0x........ size 2 at 0x........: main (tc20_verifywrap.c:78) Location 0x........ is 0 bytes inside global var "unprotected" declared at tc20_verifywrap.c:27 -Other segment start (thread 2) +Other segment start (thread 0/2) (thread finished, call stack no longer available) -Other segment end (thread 2) +Other segment end (thread 0/2) (thread finished, call stack no longer available) ---------------- pthread_mutex_lock et al ---------------- diff --git a/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3-b b/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3-b index 01a5dd6749..961f39add0 100644 --- a/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3-b +++ b/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3-b @@ -5,13 +5,13 @@ ---------------- pthread_create/join ---------------- -Conflicting store by thread 1 at 0x........ size 2 +Conflicting store by thread 1/1 at 0x........ size 2 at 0x........: main (tc20_verifywrap.c:78) Location 0x........ is 0 bytes inside global var "unprotected" declared at tc20_verifywrap.c:27 -Other segment start (thread 2) +Other segment start (thread 0/2) (thread finished, call stack no longer available) -Other segment end (thread 2) +Other segment end (thread 0/2) (thread finished, call stack no longer available) ---------------- pthread_mutex_lock et al ----------------