receive ports are not translated to the send ports #437
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-as-intended
Closed as the reported issue is expected behavior
Milestone
This issue was originally filed by [email protected]
Description of SendPort.send() says:
If the message contains any receive ports, they are translated to the corresponding send port before being transmitted.
Actually this not happen, receive ports remain instanses of ReceivePortImpl.
Moreover, if the message is ReceivePort itself, dart_bin VM crashes.
What steps will reproduce the problem?
run co19 tests
LibTest/core/SendPort/send/SendPort/send/A02/t01
LibTest/core/SendPort/send/SendPort/send/A02/t02
What is the expected output? What do you see instead?
tests should pass
What version of the product are you using? On what operating system?
dart_bin build from svn revision 1499, Linux
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: