Skip to content

Commit 373000e

Browse files
committedSep 29, 2022
[Test] Re-disable some Reflection tests on ARM64e.
These tests are still broken on ARM64e: Reflection/conformance_descriptors.swift Reflection/typeref_decoding_imported.swift Reflection/typeref_decoding_objc.swift Reflection/typeref_lowering.swift rdar://100558042
1 parent 599874a commit 373000e

4 files changed

+12
-0
lines changed
 

‎test/Reflection/conformance_descriptors.swift

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// Temporarily disable on AArch64 Linux (rdar://88451721)
44
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
55

6+
// rdar://100558042
7+
// UNSUPPORTED: CPU=arm64e
8+
69
// RUN: %empty-directory(%t)
710

811
// RUN: %target-build-swift %S/Inputs/ConcreteTypes.swift %S/Inputs/GenericTypes.swift %S/Inputs/Protocols.swift %S/Inputs/Extensions.swift %S/Inputs/Closures.swift %S/Inputs/Conformances.swift -parse-as-library -emit-module -emit-library -module-name ConformanceCheck -o %t/Conformances

‎test/Reflection/typeref_decoding_imported.swift

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// https://github.com/apple/swift/issues/55339
44
// XFAIL: OS=openbsd
55

6+
// rdar://100558042
7+
// UNSUPPORTED: CPU=arm64e
8+
69
// RUN: %empty-directory(%t)
710

811
// RUN: %target-build-swift %S/Inputs/ImportedTypes.swift %S/Inputs/ImportedTypesOther.swift -parse-as-library -emit-module -emit-library -module-name TypesToReflect -o %t/%target-library-name(TypesToReflect) -I %S/Inputs

‎test/Reflection/typeref_decoding_objc.swift

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Disable asan builds until we build swift-reflection-dump and the reflection library with the same compile: rdar://problem/30406870
77
// REQUIRES: no_asan
88

9+
// rdar://100558042
10+
// UNSUPPORTED: CPU=arm64e
11+
912
// CHECK: FIELDS:
1013
// CHECK: =======
1114
// CHECK: TypesToReflect.OC

‎test/Reflection/typeref_lowering.swift

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// XFAIL: OS=windows-msvc
33
// RUN: %empty-directory(%t)
44

5+
// rdar://100558042
6+
// UNSUPPORTED: CPU=arm64e
7+
58
// RUN: %target-build-swift -Xfrontend -disable-availability-checking %S/Inputs/TypeLowering.swift -parse-as-library -emit-module -emit-library -module-name TypeLowering -o %t/%target-library-name(TypesToReflect)
69
// RUN: %target-build-swift -Xfrontend -disable-availability-checking %S/Inputs/TypeLowering.swift %S/Inputs/main.swift -emit-module -emit-executable -module-name TypeLowering -o %t/TypesToReflect
710

0 commit comments

Comments
 (0)