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

Jonathan Metzman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 15:56:03 PDT 2019


metzman created this revision.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.
metzman added a reviewer: kcc.
metzman added a comment.

PTAL.


Fix sigint.test by making it require msan rather
than enumerating unsupported platforms.


Repository:
  rG LLVM Github Monorepo

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,6 @@
 # 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.197474.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/da461325/attachment.bin>


More information about the llvm-commits mailing list