Author: bart
Date: 2008-03-08 08:20:43 +0000 (Sat, 08 Mar 2008)
New Revision: 7593

Log:
Added an output variant for exp-drd/tests/hg03_inherit.

Added:
   trunk/exp-drd/tests/hg03_inherit.stderr.exp2
Modified:
   trunk/exp-drd/tests/Makefile.am
   trunk/exp-drd/tests/filter_stderr


Modified: trunk/exp-drd/tests/Makefile.am
===================================================================
--- trunk/exp-drd/tests/Makefile.am     2008-03-08 08:18:02 UTC (rev 7592)
+++ trunk/exp-drd/tests/Makefile.am     2008-03-08 08:20:43 UTC (rev 7593)
@@ -30,6 +30,7 @@
        hg02_deadlock.stderr.exp-linuxthreads       \
        hg02_deadlock.vgtest                        \
        hg03_inherit.stderr.exp                     \
+       hg03_inherit.stderr.exp2                    \
        hg03_inherit.stderr.exp-linuxthreads        \
        hg03_inherit.vgtest                         \
        hg04_race.stderr.exp                        \

Modified: trunk/exp-drd/tests/filter_stderr
===================================================================
--- trunk/exp-drd/tests/filter_stderr   2008-03-08 08:18:02 UTC (rev 7592)
+++ trunk/exp-drd/tests/filter_stderr   2008-03-08 08:20:43 UTC (rev 7593)
@@ -18,6 +18,7 @@
 -e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \
 -e "s/\(pthread_create.c:[0-9]*\)/in libpthread-?.?.so/" \
 -e "s:[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so):(within libpthread-?.?.so):" 
\
+-e "s:(within /lib/ld-[0-9.]*\.so):(within ld-?.?.so):" \
 -e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \
 -e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" |
 

Added: trunk/exp-drd/tests/hg03_inherit.stderr.exp2
===================================================================
--- trunk/exp-drd/tests/hg03_inherit.stderr.exp2                                
(rev 0)
+++ trunk/exp-drd/tests/hg03_inherit.stderr.exp2        2008-03-08 08:20:43 UTC 
(rev 7593)
@@ -0,0 +1,33 @@
+
+Thread 3:
+Conflicting store by thread 3 at 0x........ size 4
+   at 0x........: t2 (hg03_inherit.c:28)
+   by 0x........: vg_thread_wrapper (drd_intercepts.c:?)
+   by 0x........: (within libpthread-?.?.so)
+   by 0x........: clone (in /...libc...)
+Location 0x........ is 0 bytes inside shared[1],
+declared at hg03_inherit.c:11, in frame #? of thread 3
+Other segment start (thread 1)
+   at 0x........: pthread_join (drd_intercepts.c:?)
+   by 0x........: main (hg03_inherit.c:49)
+Other segment end (thread 1)
+   at 0x........: (within ld-?.?.so)
+   by 0x........: pthread_join (drd_intercepts.c:?)
+   by 0x........: main (hg03_inherit.c:63)
+
+Conflicting store by thread 3 at 0x........ size 4
+   at 0x........: t2 (hg03_inherit.c:29)
+   by 0x........: vg_thread_wrapper (drd_intercepts.c:?)
+   by 0x........: (within libpthread-?.?.so)
+   by 0x........: clone (in /...libc...)
+Location 0x........ is 0 bytes inside shared[1],
+declared at hg03_inherit.c:11, in frame #? of thread 3
+Other segment start (thread 1)
+   at 0x........: pthread_join (drd_intercepts.c:?)
+   by 0x........: main (hg03_inherit.c:49)
+Other segment end (thread 1)
+   at 0x........: (within ld-?.?.so)
+   by 0x........: pthread_join (drd_intercepts.c:?)
+   by 0x........: main (hg03_inherit.c:63)
+
+ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)


-------------------------------------------------------------------------
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