Skip to content

Commit

Permalink
[libFuzzer] Fix failing test: sigint.test
Browse files Browse the repository at this point in the history
Summary:
Fix sigint.test by making it require msan rather
than enumerating unsupported platforms.

Reviewers: kcc

Reviewed By: kcc

Subscribers: #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D61353

llvm-svn: 359638
  • Loading branch information
jonathanmetzman committed Apr 30, 2019
1 parent 2408736 commit c0806e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compiler-rt/test/fuzzer/sigint.test
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c0806e0

Please sign in to comment.