From: Florian Krohm Date: Sun, 2 Oct 2011 00:38:22 +0000 (+0000) Subject: Add exp file for x86. This test is known to fail on that platform X-Git-Tag: svn/VALGRIND_3_7_0~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da681a43ea031cee54344772cd17cd437f364c5;p=thirdparty%2Fvalgrind.git Add exp file for x86. This test is known to fail on that platform by omitting a frame in the backtrace. Hence, the "kfail" in the file name. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12079 --- 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 index 0000000000..750a75a1c4 --- /dev/null +++ b/helgrind/tests/tc22_exit_w_lock.stderr.exp-kfail-x86 @@ -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)