|
From: <sv...@va...> - 2012-07-03 07:53:44
|
bart 2012-07-03 08:53:34 +0100 (Tue, 03 Jul 2012)
New Revision: 12702
Log:
drd/tests: Make the expected output match the actual output
Modified files:
trunk/drd/tests/filter_stderr
trunk/drd/tests/tc04_free_lock.stderr.exp-s390
Modified: trunk/drd/tests/filter_stderr (+1 -1)
===================================================================
--- trunk/drd/tests/filter_stderr 2012-07-02 22:13:34 +01:00 (rev 12701)
+++ trunk/drd/tests/filter_stderr 2012-07-03 08:53:34 +01:00 (rev 12702)
@@ -32,7 +32,7 @@
-e "s/ (\([a-zA-Z_]*\.h\):[0-9]*)/ (\1:?)/" \
-e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" \
-e "s/\( name [^ ]*\)-[0-9]*\( oflag \)/\1\2/" \
--e '/^ by 0x[0-9a-fA-F.]*: process_dl_debug \(in \/lib.*\/ld-[0-9.]*\.so\)$/d' \
+-e '/^ by 0x[0-9a-fA-F]*: process_dl_debug \(in \/lib.*\/ld-[0-9.]*\.so\)$/d' \
-e "/^For counts of detected and suppressed errors, rerun with: -v$/d" |
# Remove the message that more than hundred errors have been detected
Modified: trunk/drd/tests/tc04_free_lock.stderr.exp-s390 (+0 -2)
===================================================================
--- trunk/drd/tests/tc04_free_lock.stderr.exp-s390 2012-07-02 22:13:34 +01:00 (rev 12701)
+++ trunk/drd/tests/tc04_free_lock.stderr.exp-s390 2012-07-03 08:53:34 +01:00 (rev 12702)
@@ -8,7 +8,6 @@
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
at 0x........: bar (tc04_free_lock.c:40)
- by 0x........: process_dl_debug (in /lib64/ld-2.3.4.so)
by 0x........: ???
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
@@ -17,7 +16,6 @@
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
at 0x........: foo (tc04_free_lock.c:49)
- by 0x........: process_dl_debug (in /lib64/ld-2.3.4.so)
by 0x........: ???
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
|