[compiler-rt] r334775 - [libFuzzer] [NFC] XFAIL one of the tests on iOS.

George Karpenkov via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 14 15:18:18 PDT 2018


Author: george.karpenkov
Date: Thu Jun 14 15:18:18 2018
New Revision: 334775

URL: http://llvm.org/viewvc/llvm-project?rev=334775&view=rev
Log:
[libFuzzer] [NFC] XFAIL one of the tests on iOS.

Modified:
    compiler-rt/trunk/test/fuzzer/value-profile-switch.test

Modified: compiler-rt/trunk/test/fuzzer/value-profile-switch.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/value-profile-switch.test?rev=334775&r1=334774&r2=334775&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/value-profile-switch.test (original)
+++ compiler-rt/trunk/test/fuzzer/value-profile-switch.test Thu Jun 14 15:18:18 2018
@@ -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




More information about the llvm-commits mailing list