diff options
-rw-r--r-- | compiler-rt/test/fuzzer/sigint.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler-rt/test/fuzzer/sigint.test b/compiler-rt/test/fuzzer/sigint.test index 7242668a14c..e9834482bd8 100644 --- a/compiler-rt/test/fuzzer/sigint.test +++ b/compiler-rt/test/fuzzer/sigint.test @@ -1,6 +1,4 @@ -# FIXME: Disabled on Windows for now because of reliance on posix only features -# (eg: export, "&", pkill). -UNSUPPORTED: darwin, windows +REQUIRES: msan # Check that libFuzzer exits gracefully under SIGINT with MSan. RUN: rm -rf %t |