Skip to content

Commit cccc7a5

Browse files
authored
Merge pull request #64205 from eeckstein/fix-test
tests: disable `many_trys.swift` for iOS
2 parents 8dc2a73 + ca14a08 commit cccc7a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/SILOptimizer/many_trys.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
// REQUIRES: tools-release,no_asan
88

9+
// For some reason this test times out sometimes when bulding for iOS: rdar://106375480
10+
// UNSUPPORTED: OS=ios
11+
912
public var gg = false
1013

1114
enum SomeError : Error {

0 commit comments

Comments
 (0)