|
From: <sv...@va...> - 2007-11-05 10:48:43
|
Author: sewardj
Date: 2007-11-05 10:48:45 +0000 (Mon, 05 Nov 2007)
New Revision: 7099
Log:
Update expected output.
Modified:
branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.stderr.exp-glibc25-x86
Modified: branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.stderr.exp-glibc25-x86
===================================================================
--- branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.stderr.exp-glibc25-x86 2007-11-05 10:37:52 UTC (rev 7098)
+++ branches/THRCHECK/thrcheck/tests/tc23_bogus_condwait.stderr.exp-glibc25-x86 2007-11-05 10:48:45 UTC (rev 7099)
@@ -3,28 +3,18 @@
Thread #1: pthread_cond_{timed}wait called with invalid mutex
at 0x........: pthread_cond_wait@* (tc_intercepts.c:...)
- by 0x........: main (tc23_bogus_condwait.c:62)
+ by 0x........: main (tc23_bogus_condwait.c:69)
Thread #1: pthread_cond_{timed}wait called with un-held mutex
at 0x........: pthread_cond_wait@* (tc_intercepts.c:...)
- by 0x........: main (tc23_bogus_condwait.c:65)
+ by 0x........: main (tc23_bogus_condwait.c:72)
Thread #1: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t*
at 0x........: pthread_cond_wait@* (tc_intercepts.c:...)
- by 0x........: main (tc23_bogus_condwait.c:68)
+ by 0x........: main (tc23_bogus_condwait.c:75)
-Thread #3 was created
- at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
- by 0x........: pthread_create@* (tc_intercepts.c:...)
- by 0x........: main (tc23_bogus_condwait.c:71)
-
-Thread #3: Exiting thread still holds 1 lock
- at 0x........: start_thread (in /lib/libpthread...)
- by 0x........: ...
-
Thread #1: pthread_cond_{timed}wait called with mutex held by a different thread
at 0x........: pthread_cond_wait@* (tc_intercepts.c:...)
- by 0x........: main (tc23_bogus_condwait.c:73)
+ by 0x........: main (tc23_bogus_condwait.c:78)
-ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
|