|
From: <sv...@va...> - 2008-03-02 18:06:31
|
Author: bart
Date: 2008-03-02 18:06:35 +0000 (Sun, 02 Mar 2008)
New Revision: 7534
Log:
More error message uniformization.
Modified:
trunk/exp-drd/tests/tc11_XCHG.stderr.exp
trunk/exp-drd/tests/tc16_byterace.stderr.exp
Modified: trunk/exp-drd/tests/tc11_XCHG.stderr.exp
===================================================================
--- trunk/exp-drd/tests/tc11_XCHG.stderr.exp 2008-03-02 18:03:24 UTC (rev 7533)
+++ trunk/exp-drd/tests/tc11_XCHG.stderr.exp 2008-03-02 18:06:35 UTC (rev 7534)
@@ -1,7 +1,7 @@
Conflicting load by thread 1 at 0x........ size 4
at 0x........: main (tc11_XCHG.c:78)
-Allocation context: x (offset 0, size 4) in tc11_XCHG, NONE:BSS
+Allocation context: unknown
Other segment start (thread 2)
(thread finished, call stack no longer available)
Other segment end (thread 2)
@@ -9,7 +9,7 @@
Conflicting store by thread 1 at 0x........ size 4
at 0x........: main (tc11_XCHG.c:78)
-Allocation context: x (offset 0, size 4) in tc11_XCHG, NONE:BSS
+Allocation context: unknown
Other segment start (thread 2)
(thread finished, call stack no longer available)
Other segment end (thread 2)
Modified: trunk/exp-drd/tests/tc16_byterace.stderr.exp
===================================================================
--- trunk/exp-drd/tests/tc16_byterace.stderr.exp 2008-03-02 18:03:24 UTC (rev 7533)
+++ trunk/exp-drd/tests/tc16_byterace.stderr.exp 2008-03-02 18:06:35 UTC (rev 7534)
@@ -1,7 +1,7 @@
Conflicting load by thread 1 at 0x........ size 1
at 0x........: main (tc16_byterace.c:34)
-Allocation context: bytes (offset 4, size 10) in tc16_byterace, NONE:BSS
+Allocation context: unknown
Other segment start (thread 2)
(thread finished, call stack no longer available)
Other segment end (thread 2)
@@ -9,7 +9,7 @@
Conflicting store by thread 1 at 0x........ size 1
at 0x........: main (tc16_byterace.c:34)
-Allocation context: bytes (offset 4, size 10) in tc16_byterace, NONE:BSS
+Allocation context: unknown
Other segment start (thread 2)
(thread finished, call stack no longer available)
Other segment end (thread 2)
|