summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-11-16 04:52:05 +0000
committerKostya Serebryany <kcc@google.com>2017-11-16 04:52:05 +0000
commita4991e91c9e84f854649fb032ac03f1211ee8158 (patch)
tree9f8503247ec5adfbb428b72b3fbaa0c451a2e850 /test
parentdeab6967a3f165683d6d067cb4f2134886299c7a (diff)
[libFuzzer] disable test/fuzzer/merge-sigusr.test on Mac while investigating the bot failure
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@318376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/fuzzer/merge-sigusr.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzzer/merge-sigusr.test b/test/fuzzer/merge-sigusr.test
index 52259e1e2..07043df15 100644
--- a/test/fuzzer/merge-sigusr.test
+++ b/test/fuzzer/merge-sigusr.test
@@ -1,4 +1,5 @@
# Check that libFuzzer honors SIGUSR1/SIGUSR2
+REQUIRES: linux
RUN: rm -rf %t
RUN: mkdir -p %t
RUN: %cpp_compiler %S/SleepOneSecondTest.cpp -o %t/LFSIGUSR