[PATCH] D61353: [libFuzzer] Fix failing test: sigint.test

Jonathan Metzman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 16:46:44 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT359638: [libFuzzer] Fix failing test: sigint.test (authored by metzman, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61353?vs=197483&id=197484#toc

Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61353/new/

https://reviews.llvm.org/D61353

Files:
  test/fuzzer/sigint.test


Index: test/fuzzer/sigint.test
===================================================================
--- test/fuzzer/sigint.test
+++ 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.197484.patch
Type: text/x-patch
Size: 410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/d9ddcdce/attachment.bin>


More information about the llvm-commits mailing list