From 708a8b0ec4c26ca4d50cad0125c13519e2dfd125 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 14 Oct 2011 09:28:41 +0000 Subject: [PATCH] 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 --- helgrind/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/helgrind/tests/Makefile.am b/helgrind/tests/Makefile.am index 5412a747e..254ab5195 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 \