[test] [fuzzer] Enable tests for iossim, disable for ios (update2)

The fuzzer tests cross_over.test and merge-control-file.test are not handled
correctly on ios device testing. On-device testing requires the macros %t, %s,
etc. to be expanded for a different default directory than when testing on host.

rdar://99889376

Differential Revision: https://reviews.llvm.org/D133811
This commit is contained in:
Roy Sundahl 2022-09-13 14:51:47 -07:00
parent 5fa6b24354
commit 17dde371e7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# For IOS, we fail to permute the run lines properly (rdar://99889376)
XFAIL: ios && !iossim
# Tests CrossOverTest.
# We want to make sure that the test can find the input
# ABCDEFGHIJ when given two other inputs in the seed corpus:

View File

@ -1,4 +1,5 @@
XFAIL: ios
# For IOS, we fail to permute the run lines properly (rdar://99889376)
XFAIL: ios && !iossim
RUN: mkdir -p %t
# Use a ".exe" extension because it is needed on Windows to call system()
# to execute itself again.