]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Only the error count for the recursive_mutex regression test is taken in account.
authorBart Van Assche <bvanassche@acm.org>
Sun, 16 Mar 2008 17:44:17 +0000 (17:44 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 16 Mar 2008 17:44:17 +0000 (17:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7715

exp-drd/tests/recursive_mutex.stderr.exp
exp-drd/tests/recursive_mutex.vgtest

index 0cd60e277b5a9e0b572396d06de1ad02b4c06f92..4cbed89c1ac45a413fba99d08d896678dfbfcb93 100644 (file)
@@ -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
index ff88b467b0bb3ea60f66d95340f10ed21a9f5931..00f9d0aafc543df4ac69c66759fec6c3cc2d54ec 100644 (file)
@@ -1 +1,2 @@
 prog: recursive_mutex
+stderr_filter: filter_error_summary