Skip to content

Commit e722164

Browse files
authored
Merge pull request #5332 from apple/roy/onlyios
[test] [fuzzer] Enable tests for iossim, disable for ios (update2)
2 parents 4901072 + 88e153e commit e722164

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

compiler-rt/test/fuzzer/cross_over.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# For IOS, we fail to permute the run lines properly (rdar://99889376)
2+
XFAIL: ios && !iossim
13
# Tests CrossOverTest.
24
# We want to make sure that the test can find the input
35
# ABCDEFGHIJ when given two other inputs in the seed corpus:

compiler-rt/test/fuzzer/merge-control-file.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
XFAIL: ios
1+
# For IOS, we fail to permute the run lines properly (rdar://99889376)
2+
XFAIL: ios && !iossim
23
RUN: mkdir -p %t
34
# Use a ".exe" extension because it is needed on Windows to call system()
45
# to execute itself again.

0 commit comments

Comments
 (0)