Skip to content

Commit af04c84

Browse files
committed
[Distributed] Minor test cleanup
1 parent 6e51dd8 commit af04c84

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions_crossModule.swift

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: -Xfrontend -validate-tbd-against-ir=all \
1313
// RUN: -o %t/%target-library-name(FakeDistributedActorSystems)
1414

15-
/// Build the Lib
15+
/// Build the ResilientAPILib
1616
// RUN: %target-build-swift \
1717
// RUN: -target %target-swift-6.0-abi-triple \
1818
// RUN: -parse-as-library -emit-library \
@@ -27,14 +27,15 @@
2727
// RUN: -Xfrontend -validate-tbd-against-ir=all \
2828
// RUN: -o %t/%target-library-name(ResilientAPILib)
2929

30-
/// Build the ActorLib
30+
/// Build the ResilientImplLib
3131
// RUN: %target-build-swift \
3232
// RUN: -target %target-swift-6.0-abi-triple \
3333
// RUN: -parse-as-library -emit-library \
3434
// RUN: -emit-module-path %t/ResilientImplLib.swiftmodule \
3535
// RUN: -module-name ResilientImplLib \
3636
// RUN: -I %t \
3737
// RUN: -L %t \
38+
// RUN: -plugin-path %swift-plugin-dir \
3839
// RUN: %t/src/ResilientImplLib.swift \
3940
// RUN: -lFakeDistributedActorSystems \
4041
// RUN: -lResilientAPILib \
@@ -52,6 +53,7 @@
5253
// RUN: -module-name main \
5354
// RUN: -I %t \
5455
// RUN: -L %t \
56+
// RUN: -plugin-path %swift-plugin-dir \
5557
// RUN: %s \
5658
// RUN: -enable-library-evolution \
5759
// RUN: -Xfrontend -validate-tbd-against-ir=all \
@@ -86,12 +88,6 @@
8688
// UNSUPPORTED: back_deployment_runtime
8789
// UNSUPPORTED: remote_run || device_run
8890

89-
90-
// FIXME: Also reproduces the following issue rdar://128284016
91-
//<unknown>:0: error: symbol '$s15ResilientAPILib30ServiceProtocolP8getArray2a12a2SayAA8ResponseVGSaySiG_SSSgtYaKFTj' (dispatch thunk of ResilientAPILib.ServiceProtocol.getArray(a1: Swift.Array<Swift.Int>, a2: Swift.Optional<Swift.String>) async throws -> Swift.Array<ResilientAPILib.Response>) is in generated IR file, but not in TBD file
92-
93-
//<unknown>:0: error: symbol '$s15ResilientAPILib30ServiceProtocolP8getArray2a12a2SayAA8ResponseVGSaySiG_SSSgtYaKFTjTu' (async function pointer to dispatch thunk of ResilientAPILib.ServiceProtocol.getArray(a1: Swift.Array<Swift.Int>, a2: Swift.Optional<Swift.String>) async throws -> Swift.Array<ResilientAPILib.Response>) is in generated IR file, but not in TBD file
94-
9591
//--- ResilientAPILib.swift
9692

9793
import Distributed

0 commit comments

Comments
 (0)