diff --git a/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64 b/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64 index d30539147..331039000 100644 --- a/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64 +++ b/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64 @@ -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. diff --git a/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-x86 b/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-x86 index 577e1467e..2908dd8da 100644 --- a/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-x86 +++ b/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-x86 @@ -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. diff --git a/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc b/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc index fb4e73d63..f78f6d793 100644 --- a/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc +++ b/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc @@ -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:?) diff --git a/drd/tests/tc23_bogus_condwait.stderr.exp-linux-x86 b/drd/tests/tc23_bogus_condwait.stderr.exp-linux-x86 index 141115122..753b58938 100644 --- a/drd/tests/tc23_bogus_condwait.stderr.exp-linux-x86 +++ b/drd/tests/tc23_bogus_condwait.stderr.exp-linux-x86 @@ -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.