aboutsummaryrefslogtreecommitdiff
path: root/helgrind/tests/tc13_laog1.stderr.exp-glibc25-amd64
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-11-09 22:49:28 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-11-09 22:49:28 +0000
commitb411202f9ff33a587558e2e836626bc7eb9db183 (patch)
treeb2acf8b1b6c9fcaa93b31434236c6da8e282b59c /helgrind/tests/tc13_laog1.stderr.exp-glibc25-amd64
parent097e4fbcdbd0dd62fbeab09d4ab0077967c18852 (diff)
downloadvalgrind-b411202f9ff33a587558e2e836626bc7eb9db183.tar.gz
Import thrcheck from the THRCHECK branch, and rename it Helgrind (with
permission of the existing Helgrind authors). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7116 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'helgrind/tests/tc13_laog1.stderr.exp-glibc25-amd64')
-rw-r--r--helgrind/tests/tc13_laog1.stderr.exp-glibc25-amd6414
1 files changed, 14 insertions, 0 deletions
diff --git a/helgrind/tests/tc13_laog1.stderr.exp-glibc25-amd64 b/helgrind/tests/tc13_laog1.stderr.exp-glibc25-amd64
new file mode 100644
index 000000000..74aa263e2
--- /dev/null
+++ b/helgrind/tests/tc13_laog1.stderr.exp-glibc25-amd64
@@ -0,0 +1,14 @@
+
+Thread #1 is the program's root thread
+
+Thread #1: lock order "0x........ before 0x........" violated
+ at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
+ by 0x........: main (tc13_laog1.c:24)
+ Required order was established by acquisition of lock at 0x........
+ at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
+ by 0x........: main (tc13_laog1.c:17)
+ followed by a later acquisition of lock at 0x........
+ at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
+ by 0x........: main (tc13_laog1.c:18)
+
+ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)