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 e58a75e + faa08c5 commit cc42617Copy full SHA for cc42617
test/IRGen/class_resilience_objc.swift
@@ -3,6 +3,10 @@
3
// RUN: %target-swift-frontend -emit-module -enable-library-evolution -emit-module-path=%t/resilient_objc_class.swiftmodule -module-name=resilient_objc_class %S/../Inputs/resilient_objc_class.swift -I %t
4
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -I %t -enable-library-evolution -emit-ir -o - -primary-file %s | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-ptrsize -DINT=i%target-ptrsize
5
6
+// This is XFAILed on these targets because they're 32-bit but support tagged pointers.
7
+// The test is cloned as class_resilience_objc_armv7k.swift for them.
8
+// XFAIL: CPU=armv7k
9
+// XFAIL: CPU=arm64_32
10
// REQUIRES: objc_interop
11
12
import Foundation
0 commit comments