summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2018-06-14 22:18:18 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2018-06-14 22:18:18 +0000
commit68d71efb2b5ad965f88868c698ba3bf7cec2286c (patch)
treeaaddca25566743cd4aed333146cd76011954b8c4
parentaf8db95af4a1695a390de43a0965fc6d17e066bd (diff)
[libFuzzer] [NFC] XFAIL one of the tests on iOS.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@334775 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/fuzzer/value-profile-switch.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzzer/value-profile-switch.test b/test/fuzzer/value-profile-switch.test
index 60345ede1..cc3d4944c 100644
--- a/test/fuzzer/value-profile-switch.test
+++ b/test/fuzzer/value-profile-switch.test
@@ -1,3 +1,4 @@
+XFAIL: ios
CHECK: BINGO
RUN: %cpp_compiler %S/SwitchTest.cpp -o %t-SwitchTest
RUN: %cpp_compiler %S/Switch2Test.cpp -o %t-Switch2Test