|
From: <sv...@va...> - 2007-10-15 21:56:18
|
Author: sewardj
Date: 2007-10-15 22:56:19 +0100 (Mon, 15 Oct 2007)
New Revision: 6997
Log:
Update expected outputs.
Modified:
branches/THRCHECK/thrcheck/tests/tc10_rec_lock.stderr.exp
branches/THRCHECK/thrcheck/tests/tc12_rwl_trivial.stderr.exp
Modified: branches/THRCHECK/thrcheck/tests/tc10_rec_lock.stderr.exp
===================================================================
--- branches/THRCHECK/thrcheck/tests/tc10_rec_lock.stderr.exp 2007-10-15 19:51:38 UTC (rev 6996)
+++ branches/THRCHECK/thrcheck/tests/tc10_rec_lock.stderr.exp 2007-10-15 21:56:19 UTC (rev 6997)
@@ -10,17 +10,17 @@
Thread #1 unlocked a not-locked lock at 0x........
at 0x........: pthread_mutex_unlock (tc_intercepts.c:...)
- by 0x........: nearly_main (tc10_rec_lock.c:53)
- by 0x........: main (tc10_rec_lock.c:58)
+ by 0x........: nearly_main (tc10_rec_lock.c:42)
+ by 0x........: main (tc10_rec_lock.c:47)
Lock at 0x........ was first observed
at 0x........: pthread_mutex_init (tc_intercepts.c:...)
- by 0x........: nearly_main (tc10_rec_lock.c:35)
- by 0x........: main (tc10_rec_lock.c:58)
+ by 0x........: nearly_main (tc10_rec_lock.c:24)
+ by 0x........: main (tc10_rec_lock.c:47)
Thread #1's call to pthread_mutex_unlock failed
with error code 1 (EPERM: Operation not permitted)
at 0x........: pthread_mutex_unlock (tc_intercepts.c:...)
- by 0x........: nearly_main (tc10_rec_lock.c:53)
- by 0x........: main (tc10_rec_lock.c:58)
+ by 0x........: nearly_main (tc10_rec_lock.c:42)
+ by 0x........: main (tc10_rec_lock.c:47)
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
Modified: branches/THRCHECK/thrcheck/tests/tc12_rwl_trivial.stderr.exp
===================================================================
--- branches/THRCHECK/thrcheck/tests/tc12_rwl_trivial.stderr.exp 2007-10-15 19:51:38 UTC (rev 6996)
+++ branches/THRCHECK/thrcheck/tests/tc12_rwl_trivial.stderr.exp 2007-10-15 21:56:19 UTC (rev 6997)
@@ -3,9 +3,9 @@
Thread #1 unlocked a not-locked lock at 0x........
at 0x........: pthread_rwlock_unlock (tc_intercepts.c:...)
- by 0x........: main (tc12_rwl_trivial.c:24)
+ by 0x........: main (tc12_rwl_trivial.c:29)
Lock at 0x........ was first observed
at 0x........: pthread_rwlock_init (tc_intercepts.c:...)
- by 0x........: main (tc12_rwl_trivial.c:13)
+ by 0x........: main (tc12_rwl_trivial.c:18)
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|