We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79dcb57 + a872ee0 commit 05a3f1fCopy full SHA for 05a3f1f
test/Reflection/typeref_decoding_objc.swift
@@ -3,6 +3,9 @@
3
// RUN: %target-swift-reflection-dump -binary-filename %t/%target-library-name(TypesToReflect) | %FileCheck %s --check-prefix=CHECK-%target-ptrsize --check-prefix=CHECK
4
// REQUIRES: objc_interop
5
6
+// Temporarily disable on arm64e (rdar://89986398)
7
+// UNSUPPORTED: CPU=arm64e
8
+
9
// Disable asan builds until we build swift-reflection-dump and the reflection library with the same compile: rdar://problem/30406870
10
// REQUIRES: no_asan
11
0 commit comments