mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
This allows us to disable test output, which performs expensive assert tracking. This was making our imported tests run significantly slower than tests run via `WPT.sh`. Formatting the output ourselves also allows us to remove unnecessary information from the test output. This commit also rebaselines all existing imported WPT tests to follow the new format.
18 lines
639 B
Plaintext
18 lines
639 B
Plaintext
Harness status: OK
|
|
|
|
Found 13 tests
|
|
|
|
13 Pass
|
|
Pass Should throw if no name is provided
|
|
Pass Null name should not throw
|
|
Pass Undefined name should not throw
|
|
Pass Non-empty name should not throw
|
|
Pass Non-string name should not throw
|
|
Pass postMessage without parameters should throw
|
|
Pass postMessage with null should not throw
|
|
Pass close should not throw
|
|
Pass close should not throw when called multiple times
|
|
Pass postMessage after close should throw
|
|
Pass BroadcastChannel should have an onmessage event
|
|
Pass postMessage should throw with uncloneable data
|
|
Pass postMessage should throw InvalidStateError after close, even with uncloneable data |