]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add exp file for x86. This test is known to fail on that platform
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 2 Oct 2011 00:38:22 +0000 (00:38 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 2 Oct 2011 00:38:22 +0000 (00:38 +0000)
by omitting a frame in the backtrace. Hence, the "kfail" in the
file name.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12079

helgrind/tests/tc22_exit_w_lock.stderr.exp-kfail-x86 [new file with mode: 0644]

diff --git a/helgrind/tests/tc22_exit_w_lock.stderr.exp-kfail-x86 b/helgrind/tests/tc22_exit_w_lock.stderr.exp-kfail-x86
new file mode 100644 (file)
index 0000000..750a75a
--- /dev/null
@@ -0,0 +1,38 @@
+
+---Thread-Announcement------------------------------------------
+
+Thread #x was created
+   ...
+   by 0x........: pthread_create_WRK (hg_intercepts.c:...)
+   by 0x........: pthread_create@* (hg_intercepts.c:...)
+   by 0x........: main (tc22_exit_w_lock.c:39)
+
+----------------------------------------------------------------
+
+Thread #x: Exiting thread still holds 2 locks
+   ...
+
+---Thread-Announcement------------------------------------------
+
+Thread #x was created
+   ...
+   by 0x........: pthread_create_WRK (hg_intercepts.c:...)
+   by 0x........: pthread_create@* (hg_intercepts.c:...)
+   by 0x........: main (tc22_exit_w_lock.c:42)
+
+----------------------------------------------------------------
+
+Thread #x: Exiting thread still holds 1 lock
+   ...
+
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Thread #x: Exiting thread still holds 1 lock
+   ...
+
+
+ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)