Skip to content

Commit f96477a

Browse files
committed
Disable Concurrency/Runtime/executor_deinit1.swift on tvOS
This test fails on all the simulators. I'm not sure of a smarter way to disable it on non-native builds. rdar://78193017
1 parent 9084d4b commit f96477a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Concurrency/Runtime/executor_deinit1.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
// UNSUPPORTED: CPU=x86_64 && OS=ios
1313
// rdar://78039465
1414
// UNSUPPORTED: CPU=x86_64 && OS=watchos
15-
15+
// rdar://78193017
16+
// UNSUPPORTED: CPU=x86_64 && OS=tvos
1617

1718
// doesn't matter that it's bool identity function or not
1819
func boolIdentityFn(_ x : Bool) -> Bool { return x }

0 commit comments

Comments
 (0)