File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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+
1118import _Distributed
1219
1320final class Obj : @unchecked Sendable , Codable { }
You can’t perform that action at this time.
0 commit comments