Skip to content

Commit 3c0d09f

Browse files
authored
Merge pull request #83187 from augusto2112/ena-mirr-tests
Enable two reflection tests on Linux (aarch64)
2 parents 335d7e8 + 50de07a commit 3c0d09f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/Reflection/conformance_descriptors.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
//
33
// LC_DYLD_CHAINED_FIXUPS decode not currently supported (default on visionOS)
44
// UNSUPPORTED: OS=xros
5-
//
6-
// Temporarily disable on AArch64 Linux (rdar://88451721)
7-
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
85

96
// rdar://100558042
107
// UNSUPPORTED: CPU=arm64e

test/Reflection/typeref_decoding.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
// RUN: %empty-directory(%t)
1010

11-
// FIXME: rdar://127796117
12-
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
13-
1411
// 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)
1512
// 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
1613

0 commit comments

Comments
 (0)