diff options
author | George Karpenkov <ekarpenkov@apple.com> | 2018-06-14 22:18:18 +0000 |
---|---|---|
committer | George Karpenkov <ekarpenkov@apple.com> | 2018-06-14 22:18:18 +0000 |
commit | 9afe1fa7e295d31ecdaed5ab33bf3e5bbb804f40 (patch) | |
tree | 9f6cfc3f51c057064abaeec70f262d725f370624 | |
parent | d7e1a9488b5f43b6a3a3c51e63af1520b2dc9a0a (diff) | |
download | bcm5719-llvm-9afe1fa7e295d31ecdaed5ab33bf3e5bbb804f40.tar.gz bcm5719-llvm-9afe1fa7e295d31ecdaed5ab33bf3e5bbb804f40.zip |
[libFuzzer] [NFC] XFAIL one of the tests on iOS.
llvm-svn: 334775
-rw-r--r-- | compiler-rt/test/fuzzer/value-profile-switch.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/value-profile-switch.test b/compiler-rt/test/fuzzer/value-profile-switch.test index 60345ede140..cc3d4944c0b 100644 --- a/compiler-rt/test/fuzzer/value-profile-switch.test +++ b/compiler-rt/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 |