Skip to content

Commit c2e1a3e

Browse files
authored
Merge pull request #59937 from ktoso/pick-disable-dist-arm64e-test
🍒[5.7][Distributed] Disable test while we investigate arm64e issue
2 parents 7f05516 + 84bf011 commit c2e1a3e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_through_generic.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: concurrency
88
// REQUIRES: distributed
99

10+
// FIXME: rdar://96520492 Test fails on specific config: Tools Opt+Assert, Stdlib Opt+DebInfo+Assert, iOS_arm64e
11+
// UNSUPPORTED: CPU=arm64e
12+
1013
// rdar://76038845
1114
// UNSUPPORTED: use_os_stdlib
1215
// UNSUPPORTED: back_deployment_runtime

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_through_generic_and_inner.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// UNSUPPORTED: use_os_stdlib
1212
// UNSUPPORTED: back_deployment_runtime
1313

14+
// FIXME: rdar://96520224 Test fails on specific config: Tools Opt+Assert, Stdlib Opt+DebInfo+Assert, iOS_arm64e
15+
// UNSUPPORTED: CPU=arm64e
16+
1417
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
1518
// UNSUPPORTED: OS=windows-msvc
1619

0 commit comments

Comments
 (0)