Skip to content

Commit c001756

Browse files
Merge pull request #37546 from nate-chandler/rdar61345988
[Test] Reenabled two tests without back deploy.
2 parents 6d47d32 + c3c088e commit c001756

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/Runtime/superclass_constraint_metadata_resilient_superclass2_future.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: rdar61345988
21
// RUN: %empty-directory(%t)
32
// RUN: %target-build-swift -emit-library -enable-library-evolution -module-name Framework -module-link-name Framework %S/Inputs/public_struct_with_generic_arg_swift_class_constrained.swift -o %t/%target-library-name(Framework) -emit-module-path %t/Framework.swiftmodule -target %module-target-future
43
// RUN: %target-codesign %t/libFramework.dylib
@@ -11,9 +10,9 @@
1110
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
1211

1312
// REQUIRES: executable_test
14-
// REQUIRES: rdar61345988
1513
// REQUIRES: OS=macosx
1614
// UNSUPPORTED: use_os_stdlib
15+
// UNSUPPORTED: back_deployment_runtime
1716

1817
import Swift
1918
import Framework

test/Runtime/superclass_constraint_metadata_resilient_superclass_future.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: rdar61345988
21
// RUN: %empty-directory(%t)
32
// RUN: %target-build-swift -emit-library -enable-library-evolution -module-name Framework -module-link-name Framework %S/Inputs/public_struct_with_generic_arg_swift_class_constrained.swift -o %t/%target-library-name(Framework) -emit-module-path %t/Framework.swiftmodule -target %module-target-future
43
// RUN: %target-codesign %t/libFramework.dylib
@@ -8,9 +7,9 @@
87
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
98

109
// REQUIRES: executable_test
11-
// REQUIRES: rdar61345988
1210
// REQUIRES: OS=macosx
1311
// UNSUPPORTED: use_os_stdlib
12+
// UNSUPPORTED: back_deployment_runtime
1413

1514
import Swift
1615
import Framework

0 commit comments

Comments
 (0)