Index: test/fuzzer/fuzzer-oom.test =================================================================== --- test/fuzzer/fuzzer-oom.test +++ test/fuzzer/fuzzer-oom.test @@ -1,4 +1,4 @@ -UNSUPPORTED: aarch64 +UNSUPPORTED: aarch64, ios # Tests break on windows unless exe extension is used (because there are periods # in expansion of %t, the string after the period is interpreted as the file # extension, so each compilation will clobber the previous one's lib and exp Index: test/fuzzer/value-profile-cmp.test =================================================================== --- test/fuzzer/value-profile-cmp.test +++ test/fuzzer/value-profile-cmp.test @@ -1,5 +1,5 @@ # FIXME: Disabled on Windows because of hangs. -UNSUPPORTED: windows +UNSUPPORTED: windows, 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