Skip to content

Commit d8f31a4

Browse files
committed
Mark Parameterized Protocol Test Unsupported in Legacy Runtime Contexts
rdar://92468243
1 parent 8b2ccd9 commit d8f31a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Interpreter/parameterized_existentials.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -enable-parameterized-existential-types)
22
// REQUIRES: executable_test
33

4+
// This test requires the new existential shape metadata accessors which are
5+
// not available in on-device runtimes, or in the back-deployment runtime.
6+
// UNSUPPORTED: use_os_stdlib
7+
// UNSUPPORTED: back_deployment_runtime
8+
49
import StdlibUnittest
510

611
var ParameterizedProtocolsTestSuite = TestSuite("ParameterizedProtocols")

0 commit comments

Comments
 (0)