summaryrefslogtreecommitdiff
path: root/test/fuzzer/sigusr.test
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2018-06-27 23:11:24 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2018-06-27 23:11:24 +0000
commitf2e6ab16dbe36e6c629f104e2c8f78179f23d81a (patch)
tree67fd72413e452ff686e6bf86a2b1304f4b8219b7 /test/fuzzer/sigusr.test
parentfef2c7b97ff13693b56aaefdc86c9b364ed71a9a (diff)
[libFuzzer] [NFC] [Tests] Mark signal handling tests as UNSUPPORTED on Darwin
Under load, these tests tend to fail sporadically on our bots. In my understanding, the signal handling is not guaranteed to happen within 2 seconds, and the test is inherently flaky. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/fuzzer/sigusr.test')
-rw-r--r--test/fuzzer/sigusr.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/sigusr.test b/test/fuzzer/sigusr.test
index 133c27e83..0b3ddc728 100644
--- a/test/fuzzer/sigusr.test
+++ b/test/fuzzer/sigusr.test
@@ -1,4 +1,4 @@
-# XFAIL: ios
+UNSUPPORTED: darwin
# Check that libFuzzer honors SIGUSR1/SIGUSR2
RUN: rm -rf %t
RUN: mkdir -p %t