mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 22:30:13 +00:00
[libFuzzer] Disable fork-sigusr.test on AArch64.
Test fails on the clang-cmake-aarch64-lld build and I'm not sure why. llvm-svn: 361185
This commit is contained in:
parent
c1ad143f95
commit
ef7e4d530c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user