Skip to content

Commit 33c938a

Browse files
authored
Merge pull request #72712 from DougGregor/invertible-protocols-runtime-only-tests
Mark tests that require the new runtime for invertible protocols support
2 parents 6b02202 + 2b390d1 commit 33c938a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

test/Interpreter/escapable_generics_casting.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
// REQUIRES: executable_test, asserts
55

6+
// UNSUPPORTED: use_os_stdlib
7+
// UNSUPPORTED: back_deployment_runtime
8+
69
protocol P {
710
func speak()
811
}

test/Interpreter/moveonly_generics.swift

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

7+
// UNSUPPORTED: use_os_stdlib
8+
// UNSUPPORTED: back_deployment_runtime
79

810
// Needed due to limitations of autoclosures and noncopyable types.
911
func eagerAssert(_ b: Bool, _ line: Int = #line) {

test/Interpreter/moveonly_generics_casting.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
// REQUIRES: executable_test
55

6+
// UNSUPPORTED: use_os_stdlib
7+
// UNSUPPORTED: back_deployment_runtime
8+
69
protocol P {
710
func speak()
811
}

0 commit comments

Comments
 (0)