From: Bart Van Assche Date: Sun, 16 Mar 2008 17:44:17 +0000 (+0000) Subject: Only the error count for the recursive_mutex regression test is taken in account. X-Git-Tag: svn/VALGRIND_3_4_0~853 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a52b83f78daf5a24759f7cfcfd351d13770d57d1;p=thirdparty%2Fvalgrind.git Only the error count for the recursive_mutex regression test is taken in account. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7715 --- diff --git a/exp-drd/tests/recursive_mutex.stderr.exp b/exp-drd/tests/recursive_mutex.stderr.exp index 0cd60e277b..4cbed89c1a 100644 --- a/exp-drd/tests/recursive_mutex.stderr.exp +++ b/exp-drd/tests/recursive_mutex.stderr.exp @@ -1,23 +1 @@ - -Recursive locking not allowed: mutex 0x........, recursion count 1, owner 1. - at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?) - by 0x........: lock_twice (recursive_mutex.c:?) - by 0x........: main (recursive_mutex.c:?) - -Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1. - at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) - by 0x........: lock_twice (recursive_mutex.c:?) - by 0x........: main (recursive_mutex.c:?) - -Recursive locking not allowed: mutex 0x........, recursion count 1, owner 1. - at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?) - by 0x........: lock_twice (recursive_mutex.c:?) - by 0x........: main (recursive_mutex.c:?) - -Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. - at 0x........: (within libpthread-?.?.so) - by 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?) - by 0x........: lock_twice (recursive_mutex.c:?) - by 0x........: main (recursive_mutex.c:?) - -ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0) +ERROR SUMMARY: 4 errors from 4 contexts diff --git a/exp-drd/tests/recursive_mutex.vgtest b/exp-drd/tests/recursive_mutex.vgtest index ff88b467b0..00f9d0aafc 100644 --- a/exp-drd/tests/recursive_mutex.vgtest +++ b/exp-drd/tests/recursive_mutex.vgtest @@ -1 +1,2 @@ prog: recursive_mutex +stderr_filter: filter_error_summary