Skip to content

Commit 6efadb0

Browse files
committed
[Test] Disabled several Runtime tests for back_deployment_runtime.
rdar://76567759
1 parent 59ca928 commit 6efadb0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/Runtime/environment_variables.swift

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

55
// REQUIRES: executable_test
66
// UNSUPPORTED: use_os_stdlib
7+
// UNSUPPORTED: back_deployment_runtime
78

89
// RUN: env %env-SWIFT_DEBUG_HELP=YES %env-SWIFT_DEBUG_SOME_UNKNOWN_VARIABLE=42 %env-SWIFT_DEBUG_ENABLE_METADATA_ALLOCATION_ITERATION=YES %env-SWIFT_DEBUG_IMPLICIT_OBJC_ENTRYPOINT=abc %env-SWIFT_DETERMINISTIC_HASHING=whatever %env-SWIFT_ENABLE_MANGLED_NAME_VERIFICATION=YES %env-SWIFT_DEBUG_ENABLE_MALLOC_SCRIBBLE=YES %target-run %t/main 2>&1 | %FileCheck %s --dump-input fail
910

test/Runtime/protocol_conformance_collision.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
1616

1717
// UNSUPPORTED: use_os_stdlib
18+
// UNSUPPORTED: back_deployment_runtime
1819

1920
import Accelerate
2021
import Foundation

validation-test/Runtime/rdar64672291.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// REQUIRES: objc_interop
33
// REQUIRES: executable_test
44
// UNSUPPORTED: use_os_stdlib
5+
// UNSUPPORTED: back_deployment_runtime
56

67
import Foundation
78

0 commit comments

Comments
 (0)