Skip to content

Commit 989a432

Browse files
committed
[NFC] Update array literal type checking performance validation tests.
1 parent b265541 commit 989a432

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

validation-test/SILOptimizer/large_string_array.swift.gyb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %gyb %s > %t/main.swift
33

4-
// FIXME: <rdar://problem/66219627> Re-enable SILOptimizer/large_string_array.swift.gyb
5-
// REQUIRES: rdar66219627
6-
74
// The compiler should finish in less than 1 minute. To give some slack,
85
// specify a timeout of 5 minutes.
96
// If the compiler needs more than 5 minutes, there is probably a real problem.

validation-test/Sema/type_checker_perf/slow/rdar30596744_2.swift.gyb renamed to validation-test/Sema/type_checker_perf/fast/rdar30596744_2.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %scale-test --invert-result --begin 1 --end 5 --step 1 --select NumLeafScopes %s --expected-exit-code 1
1+
// RUN: %scale-test --begin 1 --end 5 --step 1 --select NumLeafScopes %s --expected-exit-code 1
22
// REQUIRES: asserts,no_asan
33

44
% enum_cases = 3

0 commit comments

Comments
 (0)