Skip to content

Commit 05a3f1f

Browse files
authored
Merge pull request swiftlang#41748 from hamishknight/disable-typeref-decoding-objc
[test] Disable typeref_decoding_objc.swift on arm64e
2 parents 79dcb57 + a872ee0 commit 05a3f1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Reflection/typeref_decoding_objc.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %target-swift-reflection-dump -binary-filename %t/%target-library-name(TypesToReflect) | %FileCheck %s --check-prefix=CHECK-%target-ptrsize --check-prefix=CHECK
44
// REQUIRES: objc_interop
55

6+
// Temporarily disable on arm64e (rdar://89986398)
7+
// UNSUPPORTED: CPU=arm64e
8+
69
// Disable asan builds until we build swift-reflection-dump and the reflection library with the same compile: rdar://problem/30406870
710
// REQUIRES: no_asan
811

0 commit comments

Comments
 (0)