Skip to content

Commit

Permalink
[libfuzzer] Temporarily disable unittests failing on Windows.
Browse files Browse the repository at this point in the history
Summary:
Patch by Jonathan Metzman (@metzman).


Reviewers: morehouse, Dor1s

Reviewed By: Dor1s

Subscribers: kcc, delcypher, llvm-commits, #sanitizers

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

llvm-svn: 341514
  • Loading branch information
Dor1s committed Sep 6, 2018
1 parent 760c1ab commit 48d1398
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions compiler-rt/test/fuzzer/minimize_crash.test
@@ -1,3 +1,4 @@
UNSUPPORTED: windows
RUN: %cpp_compiler %S/NullDerefTest.cpp -o %t-NullDerefTest
RUN: %cpp_compiler %S/SingleByteInputTest.cpp -o %t-SingleByteInputTest
RUN: mkdir -p %t.dir
Expand Down
2 changes: 1 addition & 1 deletion compiler-rt/test/fuzzer/minimize_two_crashes.test
@@ -1,5 +1,5 @@
# Test that the minimizer stops when it sees a differe bug.
UNSUPPORTED: freebsd
UNSUPPORTED: freebsd,windows

# TODO: Find out why test fails on Darwin with -O2.
RUN: %cpp_compiler -O0 %S/TwoDifferentBugsTest.cpp -o %t-TwoDifferentBugsTest
Expand Down
1 change: 1 addition & 0 deletions compiler-rt/test/fuzzer/null-deref-on-empty.test
@@ -1,3 +1,4 @@
UNSUPPORTED: windows
RUN: %cpp_compiler %S/NullDerefOnEmptyTest.cpp -o %t-NullDerefOnEmptyTest

RUN: not %run %t-NullDerefOnEmptyTest -print_final_stats=1 2>&1 | FileCheck %s --check-prefix=NULL_DEREF_ON_EMPTY
Expand Down
1 change: 1 addition & 0 deletions compiler-rt/test/fuzzer/null-deref.test
@@ -1,3 +1,4 @@
UNSUPPORTED: windows
RUN: %cpp_compiler %S/NullDerefTest.cpp -o %t-NullDerefTest

RUN: not %run %t-NullDerefTest 2>&1 | FileCheck %s --check-prefix=NullDerefTest
Expand Down

0 comments on commit 48d1398

Please sign in to comment.