From: Bart Van Assche Date: Fri, 14 Oct 2011 09:28:41 +0000 (+0000) Subject: helgrind/tests/Makefile.am: Add tc22_exit_w_lock.stderr.exp-kfail-x86 to EXTRA_DIST... X-Git-Tag: svn/VALGRIND_3_7_0~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708a8b0ec4c26ca4d50cad0125c13519e2dfd125;p=thirdparty%2Fvalgrind.git helgrind/tests/Makefile.am: Add tc22_exit_w_lock.stderr.exp-kfail-x86 to EXTRA_DIST. See also r12079. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12151 --- diff --git a/helgrind/tests/Makefile.am b/helgrind/tests/Makefile.am index 5412a747e8..254ab51951 100644 --- a/helgrind/tests/Makefile.am +++ b/helgrind/tests/Makefile.am @@ -80,6 +80,7 @@ EXTRA_DIST = \ 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 \