[libFuzzer] Disable equivalence-signals test on Darwin due to persistent failures

llvm-svn: 328125
This commit is contained in:
George Karpenkov 2018-03-21 17:55:36 +00:00
parent 02a114aab4
commit 430aa7405f
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
# the signals.
UNSUPPORTED: freebsd
# The test is not supported on Darwin
UNSUPPORTED: darwin
RUN: %cpp_compiler %S/EquivalenceATest.cpp -o %t-EquivalenceATest
RUN: %t-EquivalenceATest -timeout=1 -run_equivalence_server=EQUIV_SIG_TEST & export APID=$!
RUN: sleep 3