|
From: <sv...@va...> - 2008-03-16 18:04:43
|
Author: bart
Date: 2008-03-16 18:04:48 +0000 (Sun, 16 Mar 2008)
New Revision: 7717
Log:
More expected output updates.
Modified:
trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3
trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3-b
Modified: trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3
===================================================================
--- trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 2008-03-16 17:57:01 UTC (rev 7716)
+++ trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.3 2008-03-16 18:04:48 UTC (rev 7717)
@@ -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 ----------------
Modified: trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3-b
===================================================================
--- trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3-b 2008-03-16 17:57:01 UTC (rev 7716)
+++ trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.3-b 2008-03-16 18:04:48 UTC (rev 7717)
@@ -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 ----------------
|