diff options
Diffstat (limited to 'compiler-rt/test/fuzzer/sigusr.test')
-rw-r--r-- | compiler-rt/test/fuzzer/sigusr.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/sigusr.test b/compiler-rt/test/fuzzer/sigusr.test index 0b3ddc72832..fa477a76eea 100644 --- a/compiler-rt/test/fuzzer/sigusr.test +++ b/compiler-rt/test/fuzzer/sigusr.test @@ -1,4 +1,6 @@ -UNSUPPORTED: darwin +# FIXME: Disabled on Windows for now because of reliance on posix only features +# (eg: export, "&", pkill). +UNSUPPORTED: darwin, windows # Check that libFuzzer honors SIGUSR1/SIGUSR2 RUN: rm -rf %t RUN: mkdir -p %t |