mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Enable two reflection tests on Linux (aarch64)
With the changes in b6ce889c8d, these
might be fixed.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user