Author: bart
Date: 2008-03-02 18:03:24 +0000 (Sun, 02 Mar 2008)
New Revision: 7533

Log:
More error message uniformization.

Modified:
   trunk/exp-drd/tests/hg03_inherit.stderr.exp
   trunk/exp-drd/tests/hg04_race.stderr.exp
   trunk/exp-drd/tests/tc01_simple_race.stderr.exp


Modified: trunk/exp-drd/tests/hg03_inherit.stderr.exp
===================================================================
--- trunk/exp-drd/tests/hg03_inherit.stderr.exp 2008-03-02 17:47:50 UTC (rev 
7532)
+++ trunk/exp-drd/tests/hg03_inherit.stderr.exp 2008-03-02 18:03:24 UTC (rev 
7533)
@@ -5,7 +5,7 @@
    by 0x........: vg_thread_wrapper (drd_intercepts.c:?)
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
-Allocation context: shared (offset 4, size 8) in hg03_inherit, NONE:BSS
+Allocation context: unknown
 Other segment start (thread 1)
    at 0x........: pthread_join (drd_intercepts.c:?)
    by 0x........: main (hg03_inherit.c:49)
@@ -19,7 +19,7 @@
    by 0x........: vg_thread_wrapper (drd_intercepts.c:?)
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
-Allocation context: shared (offset 4, size 8) in hg03_inherit, NONE:BSS
+Allocation context: unknown
 Other segment start (thread 1)
    at 0x........: pthread_join (drd_intercepts.c:?)
    by 0x........: main (hg03_inherit.c:49)

Modified: trunk/exp-drd/tests/hg04_race.stderr.exp
===================================================================
--- trunk/exp-drd/tests/hg04_race.stderr.exp    2008-03-02 17:47:50 UTC (rev 
7532)
+++ trunk/exp-drd/tests/hg04_race.stderr.exp    2008-03-02 18:03:24 UTC (rev 
7533)
@@ -5,7 +5,7 @@
    by 0x........: vg_thread_wrapper (drd_intercepts.c:?)
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
-Allocation context: shared (offset 0, size 4) in hg04_race, NONE:BSS
+Allocation context: unknown
 Other segment start (thread 2)
    (thread finished, call stack no longer available)
 Other segment end (thread 2)
@@ -16,7 +16,7 @@
    by 0x........: vg_thread_wrapper (drd_intercepts.c:?)
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
-Allocation context: shared (offset 0, size 4) in hg04_race, 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/tc01_simple_race.stderr.exp
===================================================================
--- trunk/exp-drd/tests/tc01_simple_race.stderr.exp     2008-03-02 17:47:50 UTC 
(rev 7532)
+++ trunk/exp-drd/tests/tc01_simple_race.stderr.exp     2008-03-02 18:03:24 UTC 
(rev 7533)
@@ -1,7 +1,7 @@
 
 Conflicting load by thread 1 at 0x........ size 4
    at 0x........: main (tc01_simple_race.c:28)
-Allocation context: x (offset 0, size 4) in tc01_simple_race, 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 (tc01_simple_race.c:28)
-Allocation context: x (offset 0, size 4) in tc01_simple_race, NONE:BSS
+Allocation context: unknown
 Other segment start (thread 2)
    (thread finished, call stack no longer available)
 Other segment end (thread 2)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to