|
From: <sv...@va...> - 2010-10-14 10:47:04
|
Author: sewardj Date: 2010-10-14 11:46:56 +0100 (Thu, 14 Oct 2010) New Revision: 11444 Log: Update filter for Ubuntu 10.04. Modified: trunk/exp-ptrcheck/tests/filter_stderr Modified: trunk/exp-ptrcheck/tests/filter_stderr =================================================================== --- trunk/exp-ptrcheck/tests/filter_stderr 2010-10-14 10:46:22 UTC (rev 11443) +++ trunk/exp-ptrcheck/tests/filter_stderr 2010-10-14 10:46:56 UTC (rev 11444) @@ -30,7 +30,8 @@ -e "s/ printf (.*)/ .../" \ -e "s/ strdup (.*)/ .../" \ -e "s/(pthread_key_create.c:[0-9]*)/(in \/...libpthread...)/" \ --e "s/(genops.c:[0-9]*)/(in \/...libc...)/" | +-e "s/(genops.c:[0-9]*)/(in \/...libc...)/" \ +-e "s/(syscall-template.S:[0-9]*)/(in \/...libc...)/" | # Anonymise line numbers in h_intercepts.c. sed "s/h_intercepts.c:[0-9]*/h_intercepts.c:.../" |