From 0cad9cb9a4b9c3fcda1086dbdab734ef82f780c3 Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Wed, 27 Jun 2018 23:11:24 +0000 Subject: [PATCH] [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. llvm-svn: 335792 --- compiler-rt/test/fuzzer/merge-sigusr.test | 2 +- compiler-rt/test/fuzzer/sigusr.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-rt/test/fuzzer/merge-sigusr.test b/compiler-rt/test/fuzzer/merge-sigusr.test index 337c91da34805..a03e5440a8b88 100644 --- a/compiler-rt/test/fuzzer/merge-sigusr.test +++ b/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 diff --git a/compiler-rt/test/fuzzer/sigusr.test b/compiler-rt/test/fuzzer/sigusr.test index 133c27e8313ec..0b3ddc72832de 100644 --- a/compiler-rt/test/fuzzer/sigusr.test +++ b/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