]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
More error message uniformization.
authorBart Van Assche <bvanassche@acm.org>
Sun, 2 Mar 2008 18:06:35 +0000 (18:06 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 2 Mar 2008 18:06:35 +0000 (18:06 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7534

exp-drd/tests/tc11_XCHG.stderr.exp
exp-drd/tests/tc16_byterace.stderr.exp

index c99b1e9cec30c560b768deaf8f68c5e105f4424d..f715e4b002f19ae9125cfb621c896def283e65bd 100644 (file)
@@ -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 @@ Other segment end (thread 2)
 
 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)
index 00cbf56b24e109925bccf240f5e75f6f2ff61d75..84db3ce31f950e5dba1170416633ab14f8800475 100644 (file)
@@ -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 @@ Other segment end (thread 2)
 
 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)