[PATCH] D51712: [libfuzzer] Temporarily disable unittests failing on Windows.
Max Moroz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 5 19:55:55 PDT 2018
Dor1s updated this revision to Diff 164139.
Dor1s added a comment.
Herald added subscribers: Sanitizers, llvm-commits, delcypher.
Getting ready to commit.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D51712
Files:
test/fuzzer/minimize_crash.test
test/fuzzer/minimize_two_crashes.test
test/fuzzer/null-deref-on-empty.test
test/fuzzer/null-deref.test
Index: test/fuzzer/null-deref.test
===================================================================
--- test/fuzzer/null-deref.test
+++ 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
Index: test/fuzzer/null-deref-on-empty.test
===================================================================
--- test/fuzzer/null-deref-on-empty.test
+++ 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
Index: test/fuzzer/minimize_two_crashes.test
===================================================================
--- test/fuzzer/minimize_two_crashes.test
+++ 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
Index: test/fuzzer/minimize_crash.test
===================================================================
--- test/fuzzer/minimize_crash.test
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51712.164139.patch
Type: text/x-patch
Size: 1623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180906/e4b33738/attachment.bin>
More information about the llvm-commits
mailing list