|
From: <sv...@va...> - 2011-10-14 09:33:29
|
Author: bart Date: 2011-10-14 10:28:41 +0100 (Fri, 14 Oct 2011) New Revision: 12151 Log: helgrind/tests/Makefile.am: Add tc22_exit_w_lock.stderr.exp-kfail-x86 to EXTRA_DIST. See also r12079. Modified: trunk/helgrind/tests/Makefile.am Modified: trunk/helgrind/tests/Makefile.am =================================================================== --- trunk/helgrind/tests/Makefile.am 2011-10-13 18:52:25 UTC (rev 12150) +++ trunk/helgrind/tests/Makefile.am 2011-10-14 09:28:41 UTC (rev 12151) @@ -80,6 +80,7 @@ tc21_pthonce.vgtest tc21_pthonce.stdout.exp tc21_pthonce.stderr.exp \ tc22_exit_w_lock.vgtest tc22_exit_w_lock.stdout.exp \ tc22_exit_w_lock.stderr.exp \ + tc22_exit_w_lock.stderr.exp-kfail-x86 \ tc23_bogus_condwait.vgtest tc23_bogus_condwait.stdout.exp \ tc23_bogus_condwait.stderr.exp \ tc24_nonzero_sem.vgtest tc24_nonzero_sem.stdout.exp \ |