Skip to content

Commit c0ea272

Browse files
committed
IRGen: Re-add XFAILs to class_resilience_objc test
Fixes <rdar://problem/62610277>.
1 parent 6bba10c commit c0ea272

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/IRGen/class_resilience_objc.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
// 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
44
// 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
55

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
611
// REQUIRES: objc_interop
712

813
import Foundation

0 commit comments

Comments
 (0)