Author: petarj
Date: Wed Apr 26 11:15:45 2017
New Revision: 16313
Log:
update drd/tests/tc23_bogus_condwait.stderr.exp files
Follow up to r16312. drd tests use the same file, so we need to update
its exp files too.
Modified:
trunk/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64
trunk/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-x86
trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc
trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-x86
Modified: trunk/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64
==============================================================================
--- trunk/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64 (original)
+++ trunk/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64 Wed Apr 26 11:15:45 2017
@@ -8,7 +8,7 @@
by 0x........: main (tc23_bogus_condwait.c:72)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
- by 0x........: main (tc23_bogus_condwait.c:51)
+ by 0x........: main (tc23_bogus_condwait.c:54)
Thread 3:
Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
@@ -20,7 +20,7 @@
by 0x........: main (tc23_bogus_condwait.c:56)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
- by 0x........: main (tc23_bogus_condwait.c:51)
+ by 0x........: main (tc23_bogus_condwait.c:54)
Thread 1:
The object at address 0x........ is not a mutex.
Modified: trunk/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-x86
==============================================================================
--- trunk/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-x86 (original)
+++ trunk/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-x86 Wed Apr 26 11:15:45 2017
@@ -8,7 +8,7 @@
by 0x........: main (tc23_bogus_condwait.c:72)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
- by 0x........: main (tc23_bogus_condwait.c:51)
+ by 0x........: main (tc23_bogus_condwait.c:54)
Thread 3:
Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
@@ -20,7 +20,7 @@
by 0x........: main (tc23_bogus_condwait.c:56)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
- by 0x........: main (tc23_bogus_condwait.c:51)
+ by 0x........: main (tc23_bogus_condwait.c:54)
Thread 1:
The object at address 0x........ is not a mutex.
Modified: trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc
==============================================================================
--- trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc (original)
+++ trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc Wed Apr 26 11:15:45 2017
@@ -18,7 +18,7 @@
by 0x........: main (tc23_bogus_condwait.c:72)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
- by 0x........: main (tc23_bogus_condwait.c:51)
+ by 0x........: main (tc23_bogus_condwait.c:54)
The object at address 0x........ is not a mutex.
at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
Modified: trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-x86
==============================================================================
--- trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-x86 (original)
+++ trunk/drd/tests/tc23_bogus_condwait.stderr.exp-linux-x86 Wed Apr 26 11:15:45 2017
@@ -18,7 +18,7 @@
by 0x........: main (tc23_bogus_condwait.c:72)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
- by 0x........: main (tc23_bogus_condwait.c:51)
+ by 0x........: main (tc23_bogus_condwait.c:54)
Thread 3:
Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
@@ -30,7 +30,7 @@
by 0x........: main (tc23_bogus_condwait.c:56)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
- by 0x........: main (tc23_bogus_condwait.c:51)
+ by 0x........: main (tc23_bogus_condwait.c:54)
Thread 1:
The object at address 0x........ is not a mutex.
|