]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated expected output because of changes in the source code of the regression tests.
authorBart Van Assche <bvanassche@acm.org>
Thu, 23 Jul 2009 05:19:56 +0000 (05:19 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 23 Jul 2009 05:19:56 +0000 (05:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10540

helgrind/tests/rwlock_test.stderr.exp
helgrind/tests/tc12_rwl_trivial.stderr.exp
helgrind/tests/tc23_bogus_condwait.stderr.exp

index a7089bb434c9dde3bb9fba2f44cbaee14d5a74af..3545f07d19bc4ad73f60f7e0df35ae28b917474c 100644 (file)
@@ -1,4 +1,5 @@
 
+s_counter - thread_count * iterations = 0
 Finished.
 
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
index 909bda3bee3969fc2d991bf33971ab9016c59d41..95dbcf41e518862c96b200a7269954a0a083c79c 100644 (file)
@@ -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)
index d80ee1a2c4c9d582277f93365e4414938bd4c56c..7a2739fbfee35c1a098aa3139077061a80e5c788 100644 (file)
@@ -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)