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 1
1
// 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
2
2
// 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
+
3
4
// REQUIRES: executable_test
4
5
// REQUIRES: concurrency
5
6
// REQUIRES: distributed
7
+
6
8
// rdar://76038845
7
9
// UNSUPPORTED: use_os_stdlib
8
10
// UNSUPPORTED: back_deployment_runtime
11
+
9
12
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
10
13
// UNSUPPORTED: windows
14
+
15
+ // FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
16
+ // UNSUPPORTED: linux
17
+
11
18
import _Distributed
12
19
13
20
final class Obj : @unchecked Sendable , Codable { }
You can’t perform that action at this time.
0 commit comments