From: Bart Van Assche Date: Sun, 2 Mar 2008 18:06:35 +0000 (+0000) Subject: More error message uniformization. X-Git-Tag: svn/VALGRIND_3_4_0~984 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46a761e40ce9062435285a5047226d796bcc0076;p=thirdparty%2Fvalgrind.git More error message uniformization. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7534 --- diff --git a/exp-drd/tests/tc11_XCHG.stderr.exp b/exp-drd/tests/tc11_XCHG.stderr.exp index c99b1e9cec..f715e4b002 100644 --- a/exp-drd/tests/tc11_XCHG.stderr.exp +++ b/exp-drd/tests/tc11_XCHG.stderr.exp @@ -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) diff --git a/exp-drd/tests/tc16_byterace.stderr.exp b/exp-drd/tests/tc16_byterace.stderr.exp index 00cbf56b24..84db3ce31f 100644 --- a/exp-drd/tests/tc16_byterace.stderr.exp +++ b/exp-drd/tests/tc16_byterace.stderr.exp @@ -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)