From 251a5b91097f4c10e8e9db2d55b5ec0fa2afc99c Mon Sep 17 00:00:00 2001 From: njn Date: Tue, 10 Mar 2009 23:39:12 +0000 Subject: Test fixes for systems that have debug info installed for libc and libpthread. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9353 a5019735-40e9-0310-863c-91ae7b9d1cf9 --- tests/filter_libc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/filter_libc b/tests/filter_libc index 377cdc60..a89fb891 100755 --- a/tests/filter_libc +++ b/tests/filter_libc @@ -37,6 +37,10 @@ while (<>) s/(at.*)__builtin_vec_delete/$1...operator delete[].../; s/(at.*)operator delete\[\]\(void\*\)/$1...operator delete[].../; + # Tidy up in cases where glibc (+ libdl + libpthread + ld) have + # been built with debugging information, hence source locs are present. + s/\((exit|_exit|brk|sbrk).c:[0-9]*\)/(in \/...libc...)/; + print; } -- cgit v1.2.3