Skip to content

Commit 80c643e

Browse files
authored
Merge pull request #41668 from hamishknight/disable-reflection-arm64e
[test] Disable a couple of Reflection tests on arm64e
2 parents aed6c62 + c5d5451 commit 80c643e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Reflection/typeref_decoding.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// REQUIRES: no_asan
22
// RUN: %empty-directory(%t)
33

4+
// Temporarily disable on arm64e (rdar://89754240)
5+
// UNSUPPORTED: CPU=arm64e
6+
47
// RUN: %target-build-swift -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 -module-name TypesToReflect -o %t/%target-library-name(TypesToReflect)
58
// RUN: %target-build-swift -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 -module-name TypesToReflect -o %t/TypesToReflect
69

test/Reflection/typeref_decoding_asan.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// XFAIL: OS=linux-gnu && CPU=aarch64
22

3+
// Temporarily disable on arm64e (rdar://89754240)
4+
// UNSUPPORTED: CPU=arm64e
5+
36
// REQUIRES: asan_runtime
47
// RUN: %empty-directory(%t)
58
// RUN: %target-build-swift %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 -module-name TypesToReflect -sanitize=address -o %t/%target-library-name(TypesToReflect)

0 commit comments

Comments
 (0)