Skip to content

Commit e365fc5

Browse files
committed
Disable actor_class.swift tests on arm64e
They fail on arm64e. rdar://72047158
1 parent 27ece6f commit e365fc5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/IRGen/actor_class.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-swift-frontend -emit-ir %s -swift-version 5 -enable-experimental-concurrency | %target-FileCheck %s
22
// REQUIRES: concurrency
33

4+
// rdar_72047158
5+
// XFAIL: CPU=arm64e
6+
47
// CHECK: %T11actor_class7MyClassC = type <{ %swift.refcounted, [10 x i8*], %TSi }>
58

69
// CHECK-objc-LABEL: @"$s11actor_class7MyClassCMm" = global

test/IRGen/actor_class_objc.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// REQUIRES: concurrency
33
// REQUIRES: objc_interop
44

5+
// rdar_72047158
6+
// XFAIL: CPU=arm64e
7+
58
import Foundation
69

710
// CHECK: %T16actor_class_objc7MyClassC = type <{ %swift.refcounted, [10 x i8*], %TSi }>

0 commit comments

Comments
 (0)