Skip to content

Commit b9cc26b

Browse files
authored
Merge pull request #40849 from xedin/reenable-remotecall-on-macos
[Distributed] NFC: Disable remote call test on 32-bit watchOS
2 parents b1c83af + 8b7acc4 commit b9cc26b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Distributed/Runtime/distributed_actor_remoteCall.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
// REQUIRES: executable_test
55
// REQUIRES: concurrency
66
// REQUIRES: distributed
7-
// REQUIRES: rdar87568630
7+
8+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
9+
// UNSUPPORTED: OS=watchos && CPU=i386
810

911
// rdar://76038845
1012
// UNSUPPORTED: use_os_stdlib

0 commit comments

Comments
 (0)