Skip to content

Commit f2dda13

Browse files
authored
Merge pull request swiftlang#30830 from nkcsgexi/rdar61347183
test: disable several tests failing in CI
2 parents 94d8ffe + faf91d5 commit f2dda13

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

test/stdlib/TestData.swift

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

2021
import Foundation
2122
import Dispatch

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

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

55
// FIXME: the test is too slow when the standard library is not optimized.
66
// rdar://problem/46878013
7+
// REQUIRES: rdar61347183
78
// REQUIRES: optimized_stdlib
89
// REQUIRES: long_test
910

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

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

55
// FIXME: the test is too slow when the standard library is not optimized.
66
// rdar://problem/46878013
7+
// REQUIRES: rdar61347183
78
// REQUIRES: optimized_stdlib
89
// REQUIRES: long_test
910

validation-test/stdlib/ParameterPassing.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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
1617
// REQUIRES: executable_test
1718
// REQUIRES: long_test
1819

validation-test/stdlib/SIMDParameterPassing.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
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
1718
// REQUIRES: executable_test
1819
// REQUIRES: long_test
1920
// XFAIL: linux

0 commit comments

Comments
 (0)