[compiler-rt] r318376 - [libFuzzer] disable test/fuzzer/merge-sigusr.test on Mac while investigating the bot failure
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 20:52:05 PST 2017
Author: kcc
Date: Wed Nov 15 20:52:05 2017
New Revision: 318376
URL: http://llvm.org/viewvc/llvm-project?rev=318376&view=rev
Log:
[libFuzzer] disable test/fuzzer/merge-sigusr.test on Mac while investigating the bot failure
Modified:
compiler-rt/trunk/test/fuzzer/merge-sigusr.test
Modified: compiler-rt/trunk/test/fuzzer/merge-sigusr.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/merge-sigusr.test?rev=318376&r1=318375&r2=318376&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/merge-sigusr.test (original)
+++ compiler-rt/trunk/test/fuzzer/merge-sigusr.test Wed Nov 15 20:52:05 2017
@@ -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
More information about the llvm-commits
mailing list