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.
1 parent 79dcb57 commit a872ee0Copy full SHA for a872ee0
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