Skip to content

Commit 336de15

Browse files
authored
Merge pull request swiftlang#72935 from meg-gupta/disableci6
Disable tests that are failing in CI
2 parents a2d5ac8 + 8504a48 commit 336de15

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

test/Concurrency/blocking_continuations.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// REQUIRES: concurrency_runtime
55
// REQUIRES: freestanding
66
// UNSUPPORTED: threading_none
7+
// REQUIRES: rdar126145652
78

89
@_spi(_TaskToThreadModel) import _Concurrency
910
import StdlibUnittest

test/Concurrency/isolated_parameters.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// REQUIRES: concurrency
55
// REQUIRES: swift_swift_parser
66

7+
// REQUIRES: rdar126006489
8+
79
@available(SwiftStdlib 5.1, *)
810
actor A {
911
func f() { } // expected-note 5{{calls to instance method 'f()' from outside of its actor context are implicitly asynchronous}}

test/Interpreter/escapable_generics_casting.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// UNSUPPORTED: use_os_stdlib
77
// UNSUPPORTED: back_deployment_runtime
88

9+
// REQUIRES: rdar125805695
10+
911
protocol P {
1012
func speak()
1113
}

test/Reflection/preserve_conformance_metadata_attr.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
// RUN: %target-swift-reflection-dump %t/PreservedConformances | %FileCheck %s
1212

13+
// REQUIRES: rdar125919025
14+
1315
import PreservedConformanceProtocols
1416

1517
struct internalTestEntity : TestEntity {

validation-test/stdlib/SequenceType.swift.gyb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
import StdlibUnittest
99
import StdlibCollectionUnittest
1010

11+
// rdar://125917150
12+
// UNSUPPORTED: freestanding
1113

1214
// Extend LoggingSequence to shadow the new operation. When
1315
// requirements are added to a protocol 'P', there should be an

0 commit comments

Comments
 (0)