Skip to content

Commit 2c8a55f

Browse files
committed
[test] Regenerate Collection validation tests
1 parent 33a8962 commit 2c8a55f

24 files changed

+96
-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/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)