|
From: Rhys K. <rhy...@so...> - 2018-03-29 01:32:53
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3b862b1cbb48e657e946dc839ff3d001c1b3c4b6 commit 3b862b1cbb48e657e946dc839ff3d001c1b3c4b6 Author: Rhys Kidd <rhy...@gm...> Date: Wed Mar 28 20:52:52 2018 -0400 helgrind: properly condition test for bug322621 upon pthread_barrier support Fixes: 9cf3d01 ("Add the helgrind/tests/bug322621 regression test") Diff: --- helgrind/tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/helgrind/tests/Makefile.am b/helgrind/tests/Makefile.am index f86cbde..ad1af19 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 \ |