Skip to content

Commit d2842b1

Browse files
committed
Disable type_checker_perf fast test
Fails on bot. SR-6518
1 parent 3effc96 commit d2842b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/Sema/type_checker_perf/fast/rdar33806601.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
22
// REQUIRES: tools-release,no_asserts
33

4+
// FIXME: https://bugs.swift.org/browse/SR-6518
5+
// REQUIRES: SR6518
6+
47
class P {
58
var x : Int = 0
69
var y : Int = 1

0 commit comments

Comments
 (0)