Author: bart
Date: 2008-03-07 19:11:54 +0000 (Fri, 07 Mar 2008)
New Revision: 7586

Log:
Removed frame numbers and debuginfo reader warnings from output.

Modified:
   trunk/exp-drd/tests/filter_stderr
   trunk/exp-drd/tests/fp_race.stderr.exp
   trunk/exp-drd/tests/hg03_inherit.stderr.exp
   trunk/exp-drd/tests/hg04_race.stderr.exp
   trunk/exp-drd/tests/hg05_race2.stderr.exp
   trunk/exp-drd/tests/rwlock_race.stderr.exp
   trunk/exp-drd/tests/sem_as_mutex.stderr.exp


Modified: trunk/exp-drd/tests/filter_stderr
===================================================================
--- trunk/exp-drd/tests/filter_stderr   2008-03-07 18:52:38 UTC (rev 7585)
+++ trunk/exp-drd/tests/filter_stderr   2008-03-07 19:11:54 UTC (rev 7586)
@@ -11,6 +11,8 @@
 sed \
 -e "/^exp-drd, a data race detector\.$/d" \
 -e "s/^Allocation context: stack of thread \([0-9]*\), offset 
-[0-9]*$/Allocation context: stack of thread \1, offset .../" \
+-e "/^warning: evaluate_Dwarf3_Expr: unhandled DW_OP_.*/d" \
+-e "s/, in frame #[0-9]* of thread /, in frame #? of thread /" \
 -e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \
 -e "/^NOTE: This is an Experimental-Class Valgrind Tool.$/d"  \
 -e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \

Modified: trunk/exp-drd/tests/fp_race.stderr.exp
===================================================================
--- trunk/exp-drd/tests/fp_race.stderr.exp      2008-03-07 18:52:38 UTC (rev 
7585)
+++ trunk/exp-drd/tests/fp_race.stderr.exp      2008-03-07 19:11:54 UTC (rev 
7586)
@@ -2,7 +2,7 @@
 Conflicting load by main at 0x........ size 8
    at 0x........: main (fp_race.c:?)
 Location 0x........ is 0 bytes inside local var "s_d3"
-declared at fp_race.c:47, in frame #0 of thread 1
+declared at fp_race.c:47, in frame #? of thread 1
 Other segment start (thread_func)
    (thread finished, call stack no longer available)
 Other segment end (thread_func)
@@ -11,7 +11,7 @@
 Conflicting store by main at 0x........ size 8
    at 0x........: main (fp_race.c:?)
 Location 0x........ is 0 bytes inside local var "s_d3"
-declared at fp_race.c:47, in frame #0 of thread 1
+declared at fp_race.c:47, in frame #? of thread 1
 Other segment start (thread_func)
    (thread finished, call stack no longer available)
 Other segment end (thread_func)

Modified: trunk/exp-drd/tests/hg03_inherit.stderr.exp
===================================================================
--- trunk/exp-drd/tests/hg03_inherit.stderr.exp 2008-03-07 18:52:38 UTC (rev 
7585)
+++ trunk/exp-drd/tests/hg03_inherit.stderr.exp 2008-03-07 19:11:54 UTC (rev 
7586)
@@ -6,7 +6,7 @@
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside shared[1],
-declared at hg03_inherit.c:11, in frame #0 of thread 3
+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)
@@ -21,7 +21,7 @@
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside shared[1],
-declared at hg03_inherit.c:11, in frame #0 of thread 3
+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)

Modified: trunk/exp-drd/tests/hg04_race.stderr.exp
===================================================================
--- trunk/exp-drd/tests/hg04_race.stderr.exp    2008-03-07 18:52:38 UTC (rev 
7585)
+++ trunk/exp-drd/tests/hg04_race.stderr.exp    2008-03-07 19:11:54 UTC (rev 
7586)
@@ -6,7 +6,7 @@
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside local var "shared"
-declared at hg04_race.c:6, in frame #0 of thread 2
+declared at hg04_race.c:6, in frame #? of thread 2
 Other segment start (thread 2)
    (thread finished, call stack no longer available)
 Other segment end (thread 2)
@@ -18,7 +18,7 @@
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside local var "shared"
-declared at hg04_race.c:6, in frame #0 of thread 2
+declared at hg04_race.c:6, in frame #? of thread 2
 Other segment start (thread 2)
    (thread finished, call stack no longer available)
 Other segment end (thread 2)

Modified: trunk/exp-drd/tests/hg05_race2.stderr.exp
===================================================================
--- trunk/exp-drd/tests/hg05_race2.stderr.exp   2008-03-07 18:52:38 UTC (rev 
7585)
+++ trunk/exp-drd/tests/hg05_race2.stderr.exp   2008-03-07 19:11:54 UTC (rev 
7586)
@@ -6,7 +6,7 @@
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
-declared at hg05_race2.c:24, in frame #4 of thread 1
+declared at hg05_race2.c:24, in frame #? of thread 1
 Other segment start (thread 2)
    (thread finished, call stack no longer available)
 Other segment end (thread 2)
@@ -18,7 +18,7 @@
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
-declared at hg05_race2.c:24, in frame #4 of thread 1
+declared at hg05_race2.c:24, in frame #? of thread 1
 Other segment start (thread 2)
    (thread finished, call stack no longer available)
 Other segment end (thread 2)

Modified: trunk/exp-drd/tests/rwlock_race.stderr.exp
===================================================================
--- trunk/exp-drd/tests/rwlock_race.stderr.exp  2008-03-07 18:52:38 UTC (rev 
7585)
+++ trunk/exp-drd/tests/rwlock_race.stderr.exp  2008-03-07 19:11:54 UTC (rev 
7586)
@@ -6,7 +6,7 @@
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside local var "s_racy"
-declared at rwlock_race.c:17, in frame #0 of thread 2
+declared at rwlock_race.c:17, in frame #? of thread 2
 Other segment start (thread 2)
    (thread finished, call stack no longer available)
 Other segment end (thread 2)
@@ -18,7 +18,7 @@
    by 0x........: start_thread (in libpthread-?.?.so)
    by 0x........: clone (in /...libc...)
 Location 0x........ is 0 bytes inside local var "s_racy"
-declared at rwlock_race.c:17, in frame #0 of thread 2
+declared at rwlock_race.c:17, in frame #? of thread 2
 Other segment start (thread 2)
    (thread finished, call stack no longer available)
 Other segment end (thread 2)

Modified: trunk/exp-drd/tests/sem_as_mutex.stderr.exp
===================================================================
--- trunk/exp-drd/tests/sem_as_mutex.stderr.exp 2008-03-07 18:52:38 UTC (rev 
7585)
+++ trunk/exp-drd/tests/sem_as_mutex.stderr.exp 2008-03-07 19:11:54 UTC (rev 
7586)
@@ -2,7 +2,7 @@
 Conflicting load by main at 0x........ size 8
    at 0x........: main (sem_as_mutex.c:?)
 Location 0x........ is 0 bytes inside local var "s_d3"
-declared at sem_as_mutex.c:48, in frame #0 of thread 1
+declared at sem_as_mutex.c:48, in frame #? of thread 1
 Other segment start (thread_func)
    (thread finished, call stack no longer available)
 Other segment end (thread_func)
@@ -11,7 +11,7 @@
 Conflicting store by main at 0x........ size 8
    at 0x........: main (sem_as_mutex.c:?)
 Location 0x........ is 0 bytes inside local var "s_d3"
-declared at sem_as_mutex.c:48, in frame #0 of thread 1
+declared at sem_as_mutex.c:48, in frame #? of thread 1
 Other segment start (thread_func)
    (thread finished, call stack no longer available)
 Other segment end (thread_func)


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