From c3c088e64b20c49589b73f25c0dc7bfa4e845a90 Mon Sep 17 00:00:00 2001 From: Nate Chandler Date: Thu, 20 May 2021 17:05:13 -0700 Subject: [PATCH] [Test] Reenabled two tests without back deploy. rdar://61345988 --- ...lass_constraint_metadata_resilient_superclass2_future.swift | 3 +-- ...class_constraint_metadata_resilient_superclass_future.swift | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/Runtime/superclass_constraint_metadata_resilient_superclass2_future.swift b/test/Runtime/superclass_constraint_metadata_resilient_superclass2_future.swift index 0983614e2dd..222fd44a9b0 100644 --- a/test/Runtime/superclass_constraint_metadata_resilient_superclass2_future.swift +++ b/test/Runtime/superclass_constraint_metadata_resilient_superclass2_future.swift @@ -1,4 +1,3 @@ -// REQUIRES: rdar61345988 // RUN: %empty-directory(%t) // 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 // RUN: %target-codesign %t/libFramework.dylib @@ -11,9 +10,9 @@ // RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift // REQUIRES: executable_test -// REQUIRES: rdar61345988 // REQUIRES: OS=macosx // UNSUPPORTED: use_os_stdlib +// UNSUPPORTED: back_deployment_runtime import Swift import Framework diff --git a/test/Runtime/superclass_constraint_metadata_resilient_superclass_future.swift b/test/Runtime/superclass_constraint_metadata_resilient_superclass_future.swift index c0371ce6d6c..d857c512fbe 100644 --- a/test/Runtime/superclass_constraint_metadata_resilient_superclass_future.swift +++ b/test/Runtime/superclass_constraint_metadata_resilient_superclass_future.swift @@ -1,4 +1,3 @@ -// REQUIRES: rdar61345988 // RUN: %empty-directory(%t) // 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 // RUN: %target-codesign %t/libFramework.dylib @@ -8,9 +7,9 @@ // RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift // REQUIRES: executable_test -// REQUIRES: rdar61345988 // REQUIRES: OS=macosx // UNSUPPORTED: use_os_stdlib +// UNSUPPORTED: back_deployment_runtime import Swift import Framework