Skip to content

Commit 25b7856

Browse files
authored
Merge pull request #22844 from lorentey/disable-long-running-tests-5.0
[5.0] Disable long-running collection tests
2 parents f918e78 + b5f3677 commit 25b7856

File tree

49 files changed

+201
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+201
-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/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/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/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/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/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/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/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/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/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

0 commit comments

Comments
 (0)