Skip to content

Commit 52f2b0a

Browse files
committed
[test] Require optimized stdlib for Collection validation tests
These take too long to run with unoptimized stdlib builds, causing timeout issues. rdar://problem/46878013
1 parent 337904f commit 52f2b0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

validation-test/stdlib/Collection/Inputs/Template.swift.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ def test_methods(test):
7070
// RUN: %target-run-simple-swift
7171
// REQUIRES: executable_test
7272

73+
// FIXME: the test is too slow when the standard library is not optimized.
74+
// rdar://problem/46878013
75+
// REQUIRES: optimized_stdlib
76+
7377
import StdlibUnittest
7478
import StdlibCollectionUnittest
7579

0 commit comments

Comments
 (0)