|
From: <sv...@va...> - 2009-01-02 17:32:25
|
Author: bart Date: 2009-01-02 17:32:19 +0000 (Fri, 02 Jan 2009) New Revision: 8893 Log: Make sure that the regression tests pass on a system with the glibc-debuginfo package installed. Modified: branches/DRDDEV/drd/tests/filter_stderr Modified: branches/DRDDEV/drd/tests/filter_stderr =================================================================== --- branches/DRDDEV/drd/tests/filter_stderr 2009-01-02 13:29:32 UTC (rev 8892) +++ branches/DRDDEV/drd/tests/filter_stderr 2009-01-02 17:32:19 UTC (rev 8893) @@ -15,6 +15,7 @@ -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):" \ |