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 6c829e0 commit 2cba680Copy full SHA for 2cba680
test/Reflection/conformance_descriptors.swift
@@ -1,5 +1,11 @@
1
// UNSUPPORTED: windows
2
+
3
+// Temporarily disable on AArch64 Linux (rdar://88451721)
4
// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
5
6
+// Temporarily disable on arm64e (rdar://88579818)
7
+// UNSUPPORTED: CPU=arm64e
8
9
// RUN: %empty-directory(%t)
10
11
// 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/Conformances.swift -parse-as-library -emit-module -emit-library -module-name ConformanceCheck -o %t/Conformances
0 commit comments