From 50de07ab8fa64f6a7d02831c9967247f706b9f54 Mon Sep 17 00:00:00 2001 From: Augusto Noronha Date: Fri, 18 Jul 2025 16:22:26 -0700 Subject: [PATCH] Enable two reflection tests on Linux (aarch64) With the changes in b6ce889c8ddfe5cadb3efc5dcf96438f6f195ec3, these might be fixed. --- test/Reflection/conformance_descriptors.swift | 3 --- test/Reflection/typeref_decoding.swift | 3 --- 2 files changed, 6 deletions(-) diff --git a/test/Reflection/conformance_descriptors.swift b/test/Reflection/conformance_descriptors.swift index b114f76455280..9c88d445c5e72 100644 --- a/test/Reflection/conformance_descriptors.swift +++ b/test/Reflection/conformance_descriptors.swift @@ -2,9 +2,6 @@ // // LC_DYLD_CHAINED_FIXUPS decode not currently supported (default on visionOS) // UNSUPPORTED: OS=xros -// -// Temporarily disable on AArch64 Linux (rdar://88451721) -// UNSUPPORTED: OS=linux-gnu && CPU=aarch64 // rdar://100558042 // UNSUPPORTED: CPU=arm64e diff --git a/test/Reflection/typeref_decoding.swift b/test/Reflection/typeref_decoding.swift index e0a3b4465a39e..ebe65b8aafa4f 100644 --- a/test/Reflection/typeref_decoding.swift +++ b/test/Reflection/typeref_decoding.swift @@ -8,9 +8,6 @@ // RUN: %empty-directory(%t) -// FIXME: rdar://127796117 -// UNSUPPORTED: OS=linux-gnu && CPU=aarch64 - // RUN: %target-build-swift -target %target-swift-5.2-abi-triple -Xfrontend -enable-anonymous-context-mangled-names %S/Inputs/ConcreteTypes.swift %S/Inputs/GenericTypes.swift %S/Inputs/Protocols.swift %S/Inputs/Extensions.swift %S/Inputs/Closures.swift -parse-as-library -emit-module -emit-library %no-fixup-chains -module-name TypesToReflect -o %t/%target-library-name(TypesToReflect) // RUN: %target-build-swift -target %target-swift-5.2-abi-triple -Xfrontend -enable-anonymous-context-mangled-names %S/Inputs/ConcreteTypes.swift %S/Inputs/GenericTypes.swift %S/Inputs/Protocols.swift %S/Inputs/Extensions.swift %S/Inputs/Closures.swift %S/Inputs/main.swift -emit-module -emit-executable %no-fixup-chains -module-name TypesToReflect -o %t/TypesToReflect