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.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16313
This commit is contained in:
Petar Jovanovic 2017-04-26 10:15:45 +00:00
parent 7b0215b2ab
commit e44daf67e9
4 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ Mutex not locked: mutex 0x........, recursion count 0, owner 0.
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 @@ cond 0x........ was first observed at:
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.

View File

@ -8,7 +8,7 @@ Mutex not locked: mutex 0x........, recursion count 0, owner 0.
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 @@ cond 0x........ was first observed at:
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.

View File

@ -18,7 +18,7 @@ Mutex not locked: mutex 0x........, recursion count 0, owner 0.
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:?)

View File

@ -18,7 +18,7 @@ Mutex not locked: mutex 0x........, recursion count 0, owner 0.
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 @@ cond 0x........ was first observed at:
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.