Skip to content

Commit 8575c46

Browse files
committed
[Fuzzing] XFAIL Fuzzing tests for macOS.
A change to the LibFuzzer runtime means the old coverage instrumentation isn't supported anymore. Until we have a fix ready (rdar://problem/49853280) we should just XFAIL the tests. rdar://problem/48621055
1 parent 6643073 commit 8575c46

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Fuzzing/fuzzer_test.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// REQUIRES: CPU=x86_64
44
// REQUIRES: executable_test
55
// REQUIRES: fuzzer_runtime
6+
// TODO(dliew): Re-enable for macosx (rdar://problem/49853280)
7+
// XFAIL: OS=macosx
68
// XFAIL: OS=ios
79
// XFAIL: OS=tvos
810
// XFAIL: OS=watchos

test/Fuzzing/fuzzer_test_simpler.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// REQUIRES: CPU=x86_64
55
// REQUIRES: executable_test
66
// REQUIRES: fuzzer_runtime
7+
// TODO(dliew): Re-enable for macosx (rdar://problem/49853280)
8+
// XFAIL: OS=macosx
79
// XFAIL: OS=ios
810
// XFAIL: OS=tvos
911
// XFAIL: OS=watchos

0 commit comments

Comments
 (0)