From: Petar Jovanovic Date: Wed, 26 Apr 2017 10:15:45 +0000 (+0000) Subject: update drd/tests/tc23_bogus_condwait.stderr.exp files X-Git-Tag: svn/VALGRIND_3_13_0~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e44daf67e9ee4b8a4755f8b21ce798a9e3e91885;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64 b/drd/tests/tc23_bogus_condwait.stderr.exp-darwin-amd64 index d305391471..3310390001 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 577e1467ee..2908dd8da2 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 fb4e73d631..f78f6d7936 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 141115122b..753b589387 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.