From: Bart Van Assche Date: Thu, 20 Mar 2008 17:55:23 +0000 (+0000) Subject: Updated according to new output format. X-Git-Tag: svn/VALGRIND_3_4_0~831 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5936a3bb6d52a3fb60b5912fd71fb976f02e4cda;p=thirdparty%2Fvalgrind.git Updated according to new output format. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7742 --- diff --git a/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 b/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 index 69771f2661..221e93748b 100644 --- a/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3 +++ b/exp-drd/tests/tc20_verifywrap2.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 ----------------