mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
When a message is posted to multiple ports at once, the order in which the callbacks for these messages are invoked is non-deterministic. To account for this, the test has been rewritten to accumulate logs for each port separately, and then print them grouped by port.
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
Port1: "Hello"
|
|
Port1: {"foo":{}}
|
|
Port1: "DONE"
|
|
Port2: "Hello"
|
|
Port2: "DONE"
|
|
Port3: "Hello from the transferred port"
|