Index: compiler-rt/test/fuzzer/value-profile-cmp2.test =================================================================== --- compiler-rt/test/fuzzer/value-profile-cmp2.test +++ compiler-rt/test/fuzzer/value-profile-cmp2.test @@ -1,3 +1,4 @@ +UNSUPPORTED: ios CHECK: BINGO RUN: %cpp_compiler -fno-sanitize=address %S/SimpleHashTest.cpp -o %t-SimpleHashTest RUN: not %run %t-SimpleHashTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 -max_len=64 2>&1 | FileCheck %s Index: compiler-rt/test/fuzzer/value-profile-cmp3.test =================================================================== --- compiler-rt/test/fuzzer/value-profile-cmp3.test +++ compiler-rt/test/fuzzer/value-profile-cmp3.test @@ -1,3 +1,4 @@ +UNSUPPORTED: ios CHECK: BINGO RUN: %cpp_compiler %S/AbsNegAndConstantTest.cpp -o %t-AbsNegAndConstantTest RUN: not %run %t-AbsNegAndConstantTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s Index: compiler-rt/test/fuzzer/value-profile-div.test =================================================================== --- compiler-rt/test/fuzzer/value-profile-div.test +++ compiler-rt/test/fuzzer/value-profile-div.test @@ -1,4 +1,4 @@ -XFAIL: ios +UNSUPPORTED: ios UNSUPPORTED: aarch64 CHECK: AddressSanitizer: {{FPE|int-divide-by-zero}} RUN: %cpp_compiler %S/DivTest.cpp -fsanitize-coverage=trace-div -o %t-DivTest Index: compiler-rt/test/fuzzer/value-profile-mem.test =================================================================== --- compiler-rt/test/fuzzer/value-profile-mem.test +++ compiler-rt/test/fuzzer/value-profile-mem.test @@ -1,3 +1,4 @@ +UNSUPPORTED: ios UNSUPPORTED: freebsd CHECK: BINGO RUN: %cpp_compiler %S/SingleMemcmpTest.cpp -o %t-SingleMemcmpTest Index: compiler-rt/test/fuzzer/value-profile-set.test =================================================================== --- compiler-rt/test/fuzzer/value-profile-set.test +++ compiler-rt/test/fuzzer/value-profile-set.test @@ -1,3 +1,4 @@ +UNSUPPORTED: ios CHECK: BINGO RUN: %cpp_compiler %S/FourIndependentBranchesTest.cpp -o %t-FourIndependentBranchesTest RUN: not %run %t-FourIndependentBranchesTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s Index: compiler-rt/test/fuzzer/value-profile-strcmp.test =================================================================== --- compiler-rt/test/fuzzer/value-profile-strcmp.test +++ compiler-rt/test/fuzzer/value-profile-strcmp.test @@ -1,3 +1,4 @@ +UNSUPPORTED: ios UNSUPPORTED: freebsd CHECK: BINGO RUN: %cpp_compiler %S/SingleStrcmpTest.cpp -o %t-SingleStrcmpTest Index: compiler-rt/test/fuzzer/value-profile-switch.test =================================================================== --- compiler-rt/test/fuzzer/value-profile-switch.test +++ compiler-rt/test/fuzzer/value-profile-switch.test @@ -1,4 +1,4 @@ -XFAIL: ios +UNSUPPORTED: ios CHECK: BINGO RUN: %cpp_compiler %S/SwitchTest.cpp -o %t-SwitchTest RUN: %cpp_compiler %S/Switch2Test.cpp -o %t-Switch2Test