From 0e569be3ff7a4f90361e48d1d5133e2c7a7ca744 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 23 Jul 2009 05:19:56 +0000 Subject: [PATCH] Updated expected output because of changes in the source code of the regression tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10540 --- helgrind/tests/rwlock_test.stderr.exp | 1 + helgrind/tests/tc12_rwl_trivial.stderr.exp | 4 ++-- helgrind/tests/tc23_bogus_condwait.stderr.exp | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/helgrind/tests/rwlock_test.stderr.exp b/helgrind/tests/rwlock_test.stderr.exp index a7089bb434..3545f07d19 100644 --- a/helgrind/tests/rwlock_test.stderr.exp +++ b/helgrind/tests/rwlock_test.stderr.exp @@ -1,4 +1,5 @@ +s_counter - thread_count * iterations = 0 Finished. ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) diff --git a/helgrind/tests/tc12_rwl_trivial.stderr.exp b/helgrind/tests/tc12_rwl_trivial.stderr.exp index 909bda3bee..95dbcf41e5 100644 --- a/helgrind/tests/tc12_rwl_trivial.stderr.exp +++ b/helgrind/tests/tc12_rwl_trivial.stderr.exp @@ -3,9 +3,9 @@ Thread #x is the program's root thread Thread #x unlocked a not-locked lock at 0x........ at 0x........: pthread_rwlock_unlock (hg_intercepts.c:...) - by 0x........: main (tc12_rwl_trivial.c:29) + by 0x........: main (tc12_rwl_trivial.c:35) Lock at 0x........ was first observed at 0x........: pthread_rwlock_init (hg_intercepts.c:...) - by 0x........: main (tc12_rwl_trivial.c:18) + by 0x........: main (tc12_rwl_trivial.c:24) ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) diff --git a/helgrind/tests/tc23_bogus_condwait.stderr.exp b/helgrind/tests/tc23_bogus_condwait.stderr.exp index d80ee1a2c4..7a2739fbfe 100644 --- a/helgrind/tests/tc23_bogus_condwait.stderr.exp +++ b/helgrind/tests/tc23_bogus_condwait.stderr.exp @@ -3,18 +3,18 @@ Thread #x is the program's root thread Thread #x: pthread_cond_{timed}wait called with invalid mutex at 0x........: pthread_cond_wait@* (hg_intercepts.c:...) - by 0x........: main (tc23_bogus_condwait.c:69) + by 0x........: main (tc23_bogus_condwait.c:75) Thread #x: pthread_cond_{timed}wait called with un-held mutex at 0x........: pthread_cond_wait@* (hg_intercepts.c:...) - by 0x........: main (tc23_bogus_condwait.c:72) + by 0x........: main (tc23_bogus_condwait.c:78) Thread #x: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t* at 0x........: pthread_cond_wait@* (hg_intercepts.c:...) - by 0x........: main (tc23_bogus_condwait.c:75) + by 0x........: main (tc23_bogus_condwait.c:81) Thread #x: pthread_cond_{timed}wait called with mutex held by a different thread at 0x........: pthread_cond_wait@* (hg_intercepts.c:...) - by 0x........: main (tc23_bogus_condwait.c:78) + by 0x........: main (tc23_bogus_condwait.c:84) ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0) -- 2.47.3