[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:56:02 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT341514: [libfuzzer] Temporarily disable unittests failing on Windows. (authored by Dor1s, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51712?vs=164139&id=164140#toc

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-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_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
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/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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51712.164140.patch
Type: text/x-patch
Size: 1623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180906/51f3199b/attachment.bin>


More information about the llvm-commits mailing list