]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
drd/tests/tc04_free_lock: Use drd/tests/filter_stderr
authorBart Van Assche <bvanassche@acm.org>
Wed, 4 Jul 2012 10:43:12 +0000 (10:43 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 4 Jul 2012 10:43:12 +0000 (10:43 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12708

drd/tests/filter_stderr
drd/tests/tc04_free_lock.vgtest

index 2376e17e3f3c85025d649ae7b80b28a49188edfd..454f12cb95afd15e25040bf78699d08694432b40 100755 (executable)
@@ -32,7 +32,7 @@ sed \
 -e "s/ (\([a-zA-Z_]*\.h\):[0-9]*)/ (\1:?)/" \
 -e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" \
 -e "s/\( name [^ ]*\)-[0-9]*\( oflag \)/\1\2/" \
--e '/^    by 0x[0-9a-fA-F]*: process_dl_debug \(in \/lib.*\/ld-[0-9.]*\.so\)$/d' \
+-e '/^    by 0x[0-9a-fA-F]*: process_dl_debug \(in \/lib[0-9]*\/ld-[0-9.]*\.so\)$/d' \
 -e "/^For counts of detected and suppressed errors, rerun with: -v$/d" |
 
 # Remove the message that more than hundred errors have been detected
index c8ae55caeb6a4f9a87ec9ce18f5a45cb53da5f85..5507a633e8543ed4bd443fa01f9ff21cf6c5ed48 100644 (file)
@@ -1,3 +1,4 @@
 prereq: ./supported_libpthread
 vgopts: --check-stack-var=yes
 prog: ../../helgrind/tests/tc04_free_lock
+stderr_filter: filter_stderr