|
From: <sv...@va...> - 2008-05-13 09:32:31
|
Author: bart
Date: 2008-05-13 10:32:29 +0100 (Tue, 13 May 2008)
New Revision: 8057
Log:
Make sure that the same name is used in ld stack frames on 32- and 64-bit systems.
Modified:
trunk/exp-drd/tests/filter_stderr
trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.8
trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.8
Modified: trunk/exp-drd/tests/filter_stderr
===================================================================
--- trunk/exp-drd/tests/filter_stderr 2008-05-13 08:39:58 UTC (rev 8056)
+++ trunk/exp-drd/tests/filter_stderr 2008-05-13 09:32:29 UTC (rev 8057)
@@ -18,7 +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:(within /lib[0-9]*/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:?)/" |
Modified: trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.8
===================================================================
--- trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.8 2008-05-13 08:39:58 UTC (rev 8056)
+++ trunk/exp-drd/tests/tc20_verifywrap.stderr.exp-glibc2.8 2008-05-13 09:32:29 UTC (rev 8057)
@@ -99,7 +99,7 @@
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
- by 0x........: (within /lib64/ld-2.8.so)
+ by 0x........: (within ld-?.?.so)
by 0x........: exit (in /...libc...)
by 0x........: (below main) (in /...libc...)
Modified: trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.8
===================================================================
--- trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.8 2008-05-13 08:39:58 UTC (rev 8056)
+++ trunk/exp-drd/tests/tc20_verifywrap2.stderr.exp-glibc2.8 2008-05-13 09:32:29 UTC (rev 8057)
@@ -132,7 +132,7 @@
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
- by 0x........: (within /lib64/ld-2.8.so)
+ by 0x........: (within ld-?.?.so)
by 0x........: exit (in /...libc...)
by 0x........: (below main) (in /...libc...)
[1/1] mutex_destroy invalid mutex 0x........
|