aboutsummaryrefslogtreecommitdiff
path: root/helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-11-09 20:47:57 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-11-09 20:47:57 +0000
commitd024ae5ca3949fa1fa9bee62825c4e0d2bda31e3 (patch)
tree3fd73f1d98524b2018f58893f09b641efe66c6b8 /helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64
parentd52392dd8f0536931cb0bbf2a27f1621704f32eb (diff)
downloadvalgrind-d024ae5ca3949fa1fa9bee62825c4e0d2bda31e3.tar.gz
Update baseline expected outputs, now that Helgrind uses a different
algorithm than in 3.3.x. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8750 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64')
-rw-r--r--helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd6430
1 files changed, 16 insertions, 14 deletions
diff --git a/helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64 b/helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64
index e95ae9ad7..a750f1150 100644
--- a/helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64
+++ b/helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64
@@ -8,22 +8,24 @@ Thread #2 was created
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc06_two_races.c:26)
-Possible data race during write of size 4 at 0x........
+Possible data race during read of size 4 at 0x........ by thread #1
at 0x........: main (tc06_two_races.c:31)
- Old state: shared-readonly by threads #1, #2
- New state: shared-modified by threads #1, #2
- Reason: this thread, #1, holds no consistent locks
- Location 0x........ has never been protected by any lock
- Location 0x........ is 0 bytes inside global var "unprot1"
- declared at tc06_two_races.c:9
+ This conflicts with a previous access by thread #2
+ at 0x........: child_fn (tc06_two_races.c:14)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ by 0x........: ...
+ by 0x........: ...
+ Location 0x........ is 0 bytes inside global var "unprot1"
+ declared at tc06_two_races.c:9
-Possible data race during write of size 4 at 0x........
+Possible data race during read of size 4 at 0x........ by thread #1
at 0x........: main (tc06_two_races.c:35)
- Old state: shared-readonly by threads #1, #2
- New state: shared-modified by threads #1, #2
- Reason: this thread, #1, holds no consistent locks
- Location 0x........ has never been protected by any lock
- Location 0x........ is 0 bytes inside global var "unprot2"
- declared at tc06_two_races.c:9
+ This conflicts with a previous access by thread #2
+ at 0x........: child_fn (tc06_two_races.c:18)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ by 0x........: ...
+ by 0x........: ...
+ Location 0x........ is 0 bytes inside global var "unprot2"
+ declared at tc06_two_races.c:9
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)