File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3
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
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
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
+ // XFAIL: CPU=arm64e
6
11
// REQUIRES: objc_interop
7
12
8
13
import Foundation
You can’t perform that action at this time.
0 commit comments