Skip to content

Commit 8b99c13

Browse files
Merge pull request #4920 from swiftwasm/release/5.7
[pull] swiftwasm-release/5.7 from release/5.7
2 parents 357a52c + 11abcf8 commit 8b99c13

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_bad_targets.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-swift-frontend-emit-module -emit-module-path %t/FakeDistributedActorSystems.swiftmodule -module-name FakeDistributedActorSystems -disable-availability-checking %S/../Inputs/FakeDistributedActorSystems.swift
33
// RUN: %target-build-swift -module-name main -Xfrontend -disable-availability-checking -j2 -parse-as-library -I %t %s %S/../Inputs/FakeDistributedActorSystems.swift -o %t/a.out
4+
// RUN: %target-codesign %t/a.out
45
// RUN: %target-run %t/a.out | %FileCheck %s --color
56

67
// REQUIRES: executable_test
@@ -14,11 +15,6 @@
1415
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
1516
// UNSUPPORTED: OS=windows-msvc
1617

17-
// rdar://99714807
18-
// UNSUPPORTED: OS=ios
19-
// UNSUPPORTED: OS=tvos
20-
// UNSUPPORTED: OS=watchos
21-
2218
import Distributed
2319
import FakeDistributedActorSystems
2420

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_remoteChanged_asyncness.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-swift-frontend-emit-module -emit-module-path %t/FakeDistributedActorSystems.swiftmodule -module-name FakeDistributedActorSystems -disable-availability-checking %S/../Inputs/FakeDistributedActorSystems.swift
33
// RUN: %target-build-swift -module-name main -Xfrontend -disable-availability-checking -j2 -parse-as-library -I %t %s %S/../Inputs/FakeDistributedActorSystems.swift -o %t/a.out
4+
// RUN: %target-codesign %t/a.out
45
// RUN: %target-run %t/a.out | %FileCheck %s --color --dump-input=always
56

67
// REQUIRES: executable_test
@@ -14,11 +15,6 @@
1415
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
1516
// UNSUPPORTED: OS=windows-msvc
1617

17-
// rdar://99714807
18-
// UNSUPPORTED: OS=ios
19-
// UNSUPPORTED: OS=tvos
20-
// UNSUPPORTED: OS=watchos
21-
2218
import Distributed
2319
import FakeDistributedActorSystems
2420

0 commit comments

Comments
 (0)