Skip to content

Commit a69c119

Browse files
committed
Disable flaky type_checker_perf test on resilient bot
rdar://35779008
1 parent 9ea988f commit a69c119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/Sema/type_checker_perf/fast/rdar18360240.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// REQUIRES: OS=macosx
33
// REQUIRES: asserts
44

5+
// FIXME: rdar://35779008
6+
// UNSUPPORTED: resilient_stdlib
7+
58
let empty: [Int] = []
69
let _ = empty +
710
%for i in range(0, N):

0 commit comments

Comments
 (0)