Skip to content

Commit 447da10

Browse files
committed
[test] Regenerate CollectionOfRef validation tests
1 parent 6859d05 commit 447da10

24 files changed

+96
-0
lines changed

validation-test/stdlib/Collection/DefaultedBidirectionalCollectionOfRef.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/DefaultedCollectionOfRef.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/DefaultedMutableBidirectionalCollectionOfRef.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/DefaultedMutableCollectionOfRef.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/DefaultedMutableRandomAccessCollectionOfRef.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/DefaultedMutableRangeReplaceableBidirectionalCollectionOfRef.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/DefaultedMutableRangeReplaceableCollectionOfRef.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/DefaultedMutableRangeReplaceableRandomAccessCollectionOfRef.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/DefaultedRandomAccessCollectionOfRef.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/DefaultedRangeReplaceableBidirectionalCollectionOfRef.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/DefaultedRangeReplaceableCollectionOfRef.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/DefaultedRangeReplaceableRandomAccessCollectionOfRef.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/MinimalBidirectionalCollectionOfRef.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/MinimalCollectionOfRef.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/MinimalMutableBidirectionalCollectionOfRef.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/MinimalMutableCollectionOfRef.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/MinimalMutableRandomAccessCollectionOfRef.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/MinimalMutableRangeReplaceableBidirectionalCollectionOfRef.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/MinimalMutableRangeReplaceableCollectionOfRef.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/MinimalMutableRangeReplaceableRandomAccessCollectionOfRef.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/MinimalRandomAccessCollectionOfRef.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/MinimalRangeReplaceableBidirectionalCollectionOfRef.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/MinimalRangeReplaceableCollectionOfRef.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/MinimalRangeReplaceableRandomAccessCollectionOfRef.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)