From: Rhys Kidd Date: Thu, 29 Mar 2018 00:52:52 +0000 (-0400) Subject: helgrind: properly condition test for bug322621 upon pthread_barrier support X-Git-Tag: VALGRIND_3_14_0~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b862b1cbb48e657e946dc839ff3d001c1b3c4b6;p=thirdparty%2Fvalgrind.git helgrind: properly condition test for bug322621 upon pthread_barrier support Fixes: 9cf3d01 ("Add the helgrind/tests/bug322621 regression test") --- diff --git a/helgrind/tests/Makefile.am b/helgrind/tests/Makefile.am index f86cbde55a..ad1af191a1 100644 --- a/helgrind/tests/Makefile.am +++ b/helgrind/tests/Makefile.am @@ -127,7 +127,6 @@ noinst_HEADERS = safe-pthread.h safe-semaphore.h # should be conditionally compiled like tc20_verifywrap is. check_PROGRAMS = \ annotate_hbefore \ - bug322621 \ cond_init_destroy \ cond_timedwait_invalid \ cond_timedwait_test \