Skip to content

Commit e66969a

Browse files
authored
Merge pull request #22320 from lorentey/disable-long-running-tests
[test] Require optimized stdlib for Collection validation tests
2 parents 998d9c4 + 2c8a55f commit e66969a

25 files changed

+101
-0
lines changed

validation-test/stdlib/Collection/DefaultedBidirectionalCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedMutableBidirectionalCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedMutableCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedMutableRandomAccessCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedMutableRangeReplaceableBidirectionalCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedMutableRangeReplaceableCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedMutableRangeReplaceableRandomAccessCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedRandomAccessCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedRangeReplaceableBidirectionalCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedRangeReplaceableCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/DefaultedRangeReplaceableRandomAccessCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from gyb_stdlib_support import (
88
TRAVERSALS,
99
collectionForTraversal,
10+
collectionTypeName,
1011
)
1112

1213
import itertools
@@ -70,6 +71,10 @@ def test_methods(test):
7071
// RUN: %target-run-simple-swift
7172
// REQUIRES: executable_test
7273

74+
// FIXME: the test is too slow when the standard library is not optimized.
75+
// rdar://problem/46878013
76+
// REQUIRES: optimized_stdlib
77+
7378
import StdlibUnittest
7479
import StdlibCollectionUnittest
7580

validation-test/stdlib/Collection/MinimalBidirectionalCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalMutableBidirectionalCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalMutableCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalMutableRandomAccessCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalMutableRangeReplaceableBidirectionalCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalMutableRangeReplaceableCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalMutableRangeReplaceableRandomAccessCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalRandomAccessCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalRangeReplaceableBidirectionalCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalRangeReplaceableCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

validation-test/stdlib/Collection/MinimalRangeReplaceableRandomAccessCollection.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// RUN: %target-run-simple-swift
99
// REQUIRES: executable_test
1010

11+
// FIXME: the test is too slow when the standard library is not optimized.
12+
// rdar://problem/46878013
13+
// REQUIRES: optimized_stdlib
14+
1115
import StdlibUnittest
1216
import StdlibCollectionUnittest
1317

0 commit comments

Comments
 (0)