From: Bart Van Assche Date: Thu, 8 Jan 2009 12:50:57 +0000 (+0000) Subject: Made DRD regression pass when the glibc-debuginfo package is installed. X-Git-Tag: svn/VALGRIND_3_5_0~1112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe6a1e5755b061fa497cf226b795fbb2f87bed37;p=thirdparty%2Fvalgrind.git Made DRD regression pass when the glibc-debuginfo package is installed. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8923 --- diff --git a/drd/tests/filter_stderr b/drd/tests/filter_stderr index 1eb8985a4e..61c4f97f9a 100755 --- a/drd/tests/filter_stderr +++ b/drd/tests/filter_stderr @@ -15,6 +15,7 @@ sed \ -e "s/, in frame #[0-9]* of thread /, in frame #? of thread /" \ -e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \ -e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \ +-e "s/\([A-Za-z_]*\) (clone.S:[0-9]*)/\1 (in \/...libc...)/" \ -e "s/[A-Za-z_]* (pthread_create.c:[0-9]*)/(within libpthread-?.?.so)/" \ -e "s/[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so)/(within libpthread-?.?.so)/" \ -e "s:(within /lib[0-9]*/ld-[0-9.]*\.so):(within ld-?.?.so):" \