Skip to content

Commit 316b045

Browse files
authored
Merge pull request #28222 from xymus/disable-rdar54580427
[test] Disable test rdar54580427.swift as it is sometime too slow and fails
2 parents 39fb55b + a8afb84 commit 316b045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/Sema/type_checker_perf/slow/rdar54580427.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// FIXME: This should be linear instead of exponential.
22
// RUN: %scale-test --begin 1 --end 10 --step 1 --select NumLeafScopes --invert-result %s -Xfrontend=-solver-expression-time-threshold=1
33
// REQUIRES: asserts,no_asan
4+
// REQUIRES: rdar57138194,SR11770
45

56
enum Val {
67
case d([String: Val])

0 commit comments

Comments
 (0)