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