Skip to content

Commit e64b514

Browse files
authored
Merge pull request #22970 from lorentey/camouflaged-slow-tests
[test] Disable two more collection tests in unoptimized builds
2 parents 2f235db + 6836cf8 commit e64b514

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

validation-test/stdlib/Collection/FlattenCollection.swift.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// RUN: %target-run-simple-swiftgyb
33
// REQUIRES: executable_test
44

5+
// FIXME: the test is too slow when the standard library is not optimized.
6+
// rdar://problem/46878013
7+
// REQUIRES: optimized_stdlib
8+
59
import SwiftPrivate
610
import StdlibUnittest
711
import StdlibCollectionUnittest

validation-test/stdlib/Collection/LazyFilterCollection.swift.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// RUN: %target-run-simple-swiftgyb
33
// REQUIRES: executable_test
44

5+
// FIXME: the test is too slow when the standard library is not optimized.
6+
// rdar://problem/46878013
7+
// REQUIRES: optimized_stdlib
8+
59
import SwiftPrivate
610
import StdlibUnittest
711
import StdlibCollectionUnittest

0 commit comments

Comments
 (0)