Skip to content

Commit 6537df0

Browse files
authored
Revert "test: disable several tests failing in CI"
1 parent 8755ced commit 6537df0

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

test/stdlib/TestData.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// RUN: %target-run %t/TestData
1717
// REQUIRES: executable_test
1818
// REQUIRES: objc_interop
19-
// REQUIRES: rdar61347106
2019

2120
import Foundation
2221
import Dispatch

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
// FIXME: the test is too slow when the standard library is not optimized.
66
// rdar://problem/46878013
7-
// REQUIRES: rdar61347183
87
// REQUIRES: optimized_stdlib
98
// REQUIRES: long_test
109

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
// FIXME: the test is too slow when the standard library is not optimized.
66
// rdar://problem/46878013
7-
// REQUIRES: rdar61347183
87
// REQUIRES: optimized_stdlib
98
// REQUIRES: long_test
109

validation-test/stdlib/ParameterPassing.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// RUN: %gyb %s -o %t/ParameterPassing.swift
1414
// RUN: %line-directive %t/ParameterPassing.swift -- %target-build-swift %t/ParameterPassing.swift -o %t/a.out_Release -O
1515
// RUN: %target-run %t/a.out_Release
16-
// REQUIRES: rdar61347183
1716
// REQUIRES: executable_test
1817
// REQUIRES: long_test
1918

validation-test/stdlib/SIMDParameterPassing.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
// RUN: %line-directive %t/SIMDParameterPassing.swift -- %target-build-swift %t/SIMDParameterPassing.swift -o %t/a.out_Release -O
1515
// RUN: %target-run %t/a.out_Release
1616

17-
// REQUIRES: rdar61347183
1817
// REQUIRES: executable_test
1918
// REQUIRES: long_test
2019
// XFAIL: linux

0 commit comments

Comments
 (0)