diff --git a/compiler-rt/test/fuzzer/cxxstring.test b/compiler-rt/test/fuzzer/cxxstring.test index 65edeec1964a..c8969d763e0a 100644 --- a/compiler-rt/test/fuzzer/cxxstring.test +++ b/compiler-rt/test/fuzzer/cxxstring.test @@ -1,4 +1,4 @@ -UNSUPPORTED: windows,freebsd +UNSUPPORTED: freebsd RUN: %cpp_compiler %S/CxxStringEqTest.cpp -o %t-CxxStringEqTest diff --git a/compiler-rt/test/fuzzer/minimize_crash.test b/compiler-rt/test/fuzzer/minimize_crash.test index dcab67bfde32..de44b8747e04 100644 --- a/compiler-rt/test/fuzzer/minimize_crash.test +++ b/compiler-rt/test/fuzzer/minimize_crash.test @@ -1,4 +1,3 @@ -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 diff --git a/compiler-rt/test/fuzzer/minimize_two_crashes.test b/compiler-rt/test/fuzzer/minimize_two_crashes.test index e101094d6483..952b9da703a5 100644 --- a/compiler-rt/test/fuzzer/minimize_two_crashes.test +++ b/compiler-rt/test/fuzzer/minimize_two_crashes.test @@ -1,5 +1,5 @@ # Test that the minimizer stops when it sees a different bug. -UNSUPPORTED: freebsd,windows +UNSUPPORTED: freebsd # TODO: Find out why test fails on Darwin with -O2. RUN: %cpp_compiler -O0 %S/TwoDifferentBugsTest.cpp -o %t-TwoDifferentBugsTest diff --git a/compiler-rt/test/fuzzer/null-deref-on-empty.test b/compiler-rt/test/fuzzer/null-deref-on-empty.test index d576cc12b131..f159a79f4838 100644 --- a/compiler-rt/test/fuzzer/null-deref-on-empty.test +++ b/compiler-rt/test/fuzzer/null-deref-on-empty.test @@ -1,4 +1,3 @@ -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 diff --git a/compiler-rt/test/fuzzer/null-deref.test b/compiler-rt/test/fuzzer/null-deref.test index e9926cab48e8..31eb5990da33 100644 --- a/compiler-rt/test/fuzzer/null-deref.test +++ b/compiler-rt/test/fuzzer/null-deref.test @@ -1,4 +1,3 @@ -UNSUPPORTED: windows RUN: %cpp_compiler %S/NullDerefTest.cpp -o %t-NullDerefTest RUN: not %run %t-NullDerefTest 2>&1 | FileCheck %s --check-prefix=NullDerefTest diff --git a/compiler-rt/test/fuzzer/value-profile-cmp.test b/compiler-rt/test/fuzzer/value-profile-cmp.test index 8f6ffe99cd65..f15a5f5a1829 100644 --- a/compiler-rt/test/fuzzer/value-profile-cmp.test +++ b/compiler-rt/test/fuzzer/value-profile-cmp.test @@ -1,5 +1,4 @@ -# FIXME: Disabled on Windows because of hangs. -UNSUPPORTED: windows, ios +UNSUPPORTED: ios CHECK: BINGO RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest RUN: not %run %t-SimpleCmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s diff --git a/compiler-rt/test/fuzzer/value-profile-cmp4.test b/compiler-rt/test/fuzzer/value-profile-cmp4.test index e5ac29f81c43..05bc3f435912 100644 --- a/compiler-rt/test/fuzzer/value-profile-cmp4.test +++ b/compiler-rt/test/fuzzer/value-profile-cmp4.test @@ -1,5 +1,3 @@ -# FIXME: Disabled on Windows because of hangs. -UNSUPPORTED: windows CHECK: BINGO RUN: %cpp_compiler %S/AbsNegAndConstant64Test.cpp -o %t-AbsNegAndConstant64Test RUN: not %run %t-AbsNegAndConstant64Test -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s diff --git a/compiler-rt/test/fuzzer/value-profile-load.test b/compiler-rt/test/fuzzer/value-profile-load.test index b6baf13200d4..607b81cd527f 100644 --- a/compiler-rt/test/fuzzer/value-profile-load.test +++ b/compiler-rt/test/fuzzer/value-profile-load.test @@ -1,5 +1,3 @@ -# FIXME: Disabled on Windows because of hangs. -UNSUPPORTED: windows CHECK: AddressSanitizer: global-buffer-overflow RUN: %cpp_compiler %S/LoadTest.cpp -fsanitize-coverage=trace-gep -o %t-LoadTest RUN: not %run %t-LoadTest -seed=2 -use_cmp=0 -use_value_profile=1 -runs=20000000 2>&1 | FileCheck %s