[compiler-rt] r360914 - [libFuzzer] Disable merge-sigusr.test on linux.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 09:42:45 PDT 2019


Author: morehouse
Date: Thu May 16 09:42:45 2019
New Revision: 360914

URL: http://llvm.org/viewvc/llvm-project?rev=360914&view=rev
Log:
[libFuzzer] Disable merge-sigusr.test on linux.

Make buildbot green while I rethink the test.

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=360914&r1=360913&r2=360914&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/merge-sigusr.test (original)
+++ compiler-rt/trunk/test/fuzzer/merge-sigusr.test Thu May 16 09:42:45 2019
@@ -1,7 +1,8 @@
 # Check that libFuzzer honors SIGUSR1/SIGUSR2
 # FIXME: Disabled on Windows for now because of reliance on posix only features
 # (eg: export, "&", pkill).
-UNSUPPORTED: darwin, windows
+# TODO(morehouse): rethink test and reenable for linux.
+UNSUPPORTED: darwin, windows, 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