]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added yet another output variant.
authorBart Van Assche <bvanassche@acm.org>
Sun, 13 Apr 2008 08:37:24 +0000 (08:37 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 13 Apr 2008 08:37:24 +0000 (08:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7865

exp-drd/tests/Makefile.am
exp-drd/tests/tc09_bad_unlock.stderr.exp-opensuse11 [new file with mode: 0644]

index be34fd6725d821e0e3f8ddb9ab185e6316326244..22a9f04154036e173ba405511b95cf69a5a2c1c5 100644 (file)
@@ -102,6 +102,7 @@ EXTRA_DIST =                                        \
        tc08_hbl2.stdout.exp                        \
        tc08_hbl2.vgtest                            \
        tc09_bad_unlock.stderr.exp                  \
+       tc09_bad_unlock.stderr.exp-opensuse11       \
        tc09_bad_unlock.vgtest                      \
        tc10_rec_lock.stderr.exp                    \
        tc10_rec_lock.vgtest                        \
diff --git a/exp-drd/tests/tc09_bad_unlock.stderr.exp-opensuse11 b/exp-drd/tests/tc09_bad_unlock.stderr.exp-opensuse11
new file mode 100644 (file)
index 0000000..7c6ca3b
--- /dev/null
@@ -0,0 +1,48 @@
+
+Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
+   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+   by 0x........: nearly_main (tc09_bad_unlock.c:27)
+   by 0x........: main (tc09_bad_unlock.c:49)
+
+Thread 2:
+Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
+   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+   by 0x........: child_fn (tc09_bad_unlock.c:11)
+   by 0x........: vg_thread_wrapper (drd_pthread_intercepts.c:?)
+   by 0x........: (within libpthread-?.?.so)
+   by 0x........: clone (in /...libc...)
+
+Thread 1:
+The object at address 0x........ is not a mutex.
+   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+   by 0x........: nearly_main (tc09_bad_unlock.c:41)
+   by 0x........: main (tc09_bad_unlock.c:49)
+
+Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
+   at 0x........: nearly_main (tc09_bad_unlock.c:45)
+   by 0x........: (below main) (in /...libc...)
+
+Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
+   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+   by 0x........: nearly_main (tc09_bad_unlock.c:27)
+   by 0x........: main (tc09_bad_unlock.c:50)
+
+Thread 2:
+Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
+   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+   by 0x........: child_fn (tc09_bad_unlock.c:11)
+   by 0x........: vg_thread_wrapper (drd_pthread_intercepts.c:?)
+   by 0x........: (within libpthread-?.?.so)
+   by 0x........: clone (in /...libc...)
+
+Thread 1:
+The object at address 0x........ is not a mutex.
+   at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+   by 0x........: nearly_main (tc09_bad_unlock.c:41)
+   by 0x........: main (tc09_bad_unlock.c:50)
+
+Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
+   at 0x........: nearly_main (tc09_bad_unlock.c:45)
+   by 0x........: (below main) (in /...libc...)
+
+ERROR SUMMARY: 8 errors from 8 contexts (suppressed: 0 from 0)