Skip to content

Commit

Permalink
[libFuzzer] [NFC] [Tests] Mark signal handling tests as UNSUPPORTED o…
Browse files Browse the repository at this point in the history
…n 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.

llvm-svn: 335792
  • Loading branch information
George Karpenkov committed Jun 27, 2018
1 parent da6b81c commit 0cad9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler-rt/test/fuzzer/merge-sigusr.test
@@ -1,5 +1,5 @@
# Check that libFuzzer honors SIGUSR1/SIGUSR2
XFAIL: ios
UNSUPPORTED: darwin
RUN: rm -rf %t
RUN: mkdir -p %t
RUN: %cpp_compiler %S/SleepOneSecondTest.cpp -o %t/LFSIGUSR
Expand Down
2 changes: 1 addition & 1 deletion compiler-rt/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
Expand Down

0 comments on commit 0cad9cb

Please sign in to comment.