[PATCH] D61353: Fix failing test: sigint.test
Jonathan Metzman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 16:24:32 PDT 2019
metzman updated this revision to Diff 197483.
metzman added a comment.
- fix comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61353/new/
https://reviews.llvm.org/D61353
Files:
compiler-rt/test/fuzzer/sigint.test
Index: compiler-rt/test/fuzzer/sigint.test
===================================================================
--- compiler-rt/test/fuzzer/sigint.test
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61353.197483.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/eb99790a/attachment.bin>
More information about the llvm-commits
mailing list