Skip to content

Commit 50ae3bd

Browse files
committed
linux still hangs
1 parent ef14ff1 commit 50ae3bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/Distributed/Runtime/distributed_actor_remoteCall.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
// XXX: %target-swift-frontend -primary-file %s -emit-sil -parse-as-library -enable-experimental-distributed -disable-availability-checking | %FileCheck %s --enable-var-scope --dump-input=always
22
// RUN: %target-run-simple-swift( -Xfrontend -module-name=main -Xfrontend -disable-availability-checking -Xfrontend -enable-experimental-distributed -parse-as-library) | %FileCheck %s --dump-input=always
3+
34
// REQUIRES: executable_test
45
// REQUIRES: concurrency
56
// REQUIRES: distributed
7+
68
// rdar://76038845
79
// UNSUPPORTED: use_os_stdlib
810
// UNSUPPORTED: back_deployment_runtime
11+
912
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
1013
// UNSUPPORTED: windows
14+
15+
// FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
16+
// UNSUPPORTED: linux
17+
1118
import _Distributed
1219

1320
final class Obj: @unchecked Sendable, Codable {}

0 commit comments

Comments
 (0)