Skip to content

Commit 74902c1

Browse files
committed
Mark several tests that now require libdispatch
1 parent ff06bb4 commit 74902c1

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

test/Interpreter/fractal.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
// REQUIRES: executable_test
99
// REQUIRES: swift_interpreter
10+
// REQUIRES: libdispatch
1011

1112
import complex
1213

test/Interpreter/mandelbrot.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
// REQUIRES: executable_test
99
// REQUIRES: swift_interpreter
10+
// REQUIRES: libdispatch
1011

1112
import complex
1213

validation-test/Sanitizers/fuzzer.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+
// REQUIRES: libdispatch
7+
68
// XFAIL: OS=ios
79
// XFAIL: OS=tvos
810
// XFAIL: OS=watchos

0 commit comments

Comments
 (0)