From 17c32f49973c5dab7234e743455b1121df6e7136 Mon Sep 17 00:00:00 2001 From: Mike Ash Date: Wed, 12 Apr 2023 13:31:59 -0400 Subject: [PATCH] [Test] Reenable custom_rr_abi.swift. CI has updated macOS and we should no longer have the issue of dyld stubs using our nonstandard argument registers. rdar://102912772 --- test/Runtime/Inputs/custom_rr_abi_utilities.h | 3 +-- test/Runtime/custom_rr_abi.swift | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/test/Runtime/Inputs/custom_rr_abi_utilities.h b/test/Runtime/Inputs/custom_rr_abi_utilities.h index 9afb1cce2d75c..b53e915bdc933 100644 --- a/test/Runtime/Inputs/custom_rr_abi_utilities.h +++ b/test/Runtime/Inputs/custom_rr_abi_utilities.h @@ -30,8 +30,7 @@ macro(25) \ macro(26) \ macro(27) \ - macro(28) \ - macro(29) + macro(28) // Apply `macro` with the given parameters to all registers that have // specialized entrypoints. That's the same as ALL_REGS, minus x0 (the standard diff --git a/test/Runtime/custom_rr_abi.swift b/test/Runtime/custom_rr_abi.swift index f1642ab15f803..8ed5cf7eda048 100644 --- a/test/Runtime/custom_rr_abi.swift +++ b/test/Runtime/custom_rr_abi.swift @@ -6,8 +6,6 @@ // UNSUPPORTED: use_os_stdlib // UNSUPPORTED: back_deployment_runtime -// REQUIRES: rdar102912772 - import StdlibUnittest // A class that can provider a retainable pointer and determine whether it's