Skip to content

Commit f649ac5

Browse files
authored
Merge pull request #83313 from swiftlang/pick-af04c84
[6.2] Pick missing test cleanup, unbreak test on some CI
2 parents afde15c + e44e54e commit f649ac5

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
@@ -13,7 +13,7 @@
1313
// RUN: -Xfrontend -validate-tbd-against-ir=all \
1414
// RUN: -o %t/%target-library-name(FakeDistributedActorSystems)
1515

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

31-
/// Build the ActorLib
31+
/// Build the ResilientImplLib
3232
// RUN: %target-build-swift \
3333
// RUN: -target %target-swift-6.0-abi-triple \
3434
// RUN: -parse-as-library -emit-library \
3535
// RUN: -emit-module-path %t/ResilientImplLib.swiftmodule \
3636
// RUN: -module-name ResilientImplLib \
3737
// RUN: -I %t \
3838
// RUN: -L %t \
39+
// RUN: -plugin-path %swift-plugin-dir \
3940
// RUN: %t/src/ResilientImplLib.swift \
4041
// RUN: -lFakeDistributedActorSystems \
4142
// RUN: -lResilientAPILib \
@@ -53,6 +54,7 @@
5354
// RUN: -module-name main \
5455
// RUN: -I %t \
5556
// RUN: -L %t \
57+
// RUN: -plugin-path %swift-plugin-dir \
5658
// RUN: %s \
5759
// RUN: -enable-library-evolution \
5860
// RUN: -Xfrontend -validate-tbd-against-ir=all \
@@ -87,12 +89,6 @@
8789
// UNSUPPORTED: back_deployment_runtime
8890
// UNSUPPORTED: remote_run || device_run
8991

90-
91-
// FIXME: Also reproduces the following issue rdar://128284016
92-
//<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
93-
94-
//<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
95-
9692
//--- ResilientAPILib.swift
9793

9894
import Distributed

0 commit comments

Comments
 (0)