Skip to content

Commit f14e372

Browse files
author
philippe
committed
reach_thread_register cannot be compiled on Mac OS as Mac OS
had no pthread barrier. (the Makefile.am protects this with a if HAVE_PTHREAD_BARRIER) But the test should then be protected with a prereq that the executable exists. (analysis and fix suggestion by rhyskidd, part of fixing 341613) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14807 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 7d3b72d commit f14e372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
prereq: test -e reach_thread_register
12
prog: reach_thread_register
23
vgopts: -q --leak-check=full --show-leak-kinds=definite

0 commit comments

Comments
 (0)