|
From: <sv...@va...> - 2011-10-02 00:43:08
|
Author: florian Date: 2011-10-02 01:38:22 +0100 (Sun, 02 Oct 2011) New Revision: 12079 Log: 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. Added: trunk/helgrind/tests/tc22_exit_w_lock.stderr.exp-kfail-x86 Added: trunk/helgrind/tests/tc22_exit_w_lock.stderr.exp-kfail-x86 =================================================================== --- trunk/helgrind/tests/tc22_exit_w_lock.stderr.exp-kfail-x86 (rev 0) +++ trunk/helgrind/tests/tc22_exit_w_lock.stderr.exp-kfail-x86 2011-10-02 00:38:22 UTC (rev 12079) @@ -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) |