[compiler-rt] r361185 - [libFuzzer] Disable fork-sigusr.test on AArch64.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 11:38:58 PDT 2019


Author: morehouse
Date: Mon May 20 11:38:58 2019
New Revision: 361185

URL: http://llvm.org/viewvc/llvm-project?rev=361185&view=rev
Log:
[libFuzzer] Disable fork-sigusr.test on AArch64.

Test fails on the clang-cmake-aarch64-lld build and I'm not sure why.

Modified:
    compiler-rt/trunk/test/fuzzer/fork-sigusr.test

Modified: compiler-rt/trunk/test/fuzzer/fork-sigusr.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/fork-sigusr.test?rev=361185&r1=361184&r2=361185&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/fork-sigusr.test (original)
+++ compiler-rt/trunk/test/fuzzer/fork-sigusr.test Mon May 20 11:38:58 2019
@@ -1,6 +1,6 @@
 # Check that libFuzzer honors SIGUSR1/SIGUSR2
 # Disabled on Windows which does not have SIGUSR1/SIGUSR2.
-UNSUPPORTED: darwin, windows
+UNSUPPORTED: darwin, windows, aarch64
 RUN: rm -rf %t
 RUN: mkdir -p %t
 RUN: %cpp_compiler %S/SleepOneSecondTest.cpp -o %t/ForkSIGUSR




More information about the llvm-commits mailing list