mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 18:47:15 +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.
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
Harness status: OK
|
|
|
|
Found 24 tests
|
|
|
|
12 Pass
|
|
12 Fail
|
|
Fail Database readback sort - String < Array
|
|
Pass IDBKey.cmp sorted - String < Array
|
|
Fail Database readback sort - float < String
|
|
Pass IDBKey.cmp sorted - float < String
|
|
Fail Database readback sort - float < Date
|
|
Pass IDBKey.cmp sorted - float < Date
|
|
Fail Database readback sort - float < Date < String < Array
|
|
Pass IDBKey.cmp sorted - float < Date < String < Array
|
|
Fail Database readback sort - Date(1 sec ago) < Date(now) < Date(1 minute in future)
|
|
Pass IDBKey.cmp sorted - Date(1 sec ago) < Date(now) < Date(1 minute in future)
|
|
Fail Database readback sort - -1.1 < 1 < 1.01337 < 1.013373 < 2
|
|
Pass IDBKey.cmp sorted - -1.1 < 1 < 1.01337 < 1.013373 < 2
|
|
Fail Database readback sort - -Infinity < -0.01 < 0 < Infinity
|
|
Pass IDBKey.cmp sorted - -Infinity < -0.01 < 0 < Infinity
|
|
Fail Database readback sort - "" < "a" < "ab" < "b" < "ba"
|
|
Pass IDBKey.cmp sorted - "" < "a" < "ab" < "b" < "ba"
|
|
Fail Database readback sort - Arrays
|
|
Pass IDBKey.cmp sorted - Arrays
|
|
Fail Database readback sort - Array.length: 10,000 < Array.length: 10,001
|
|
Pass IDBKey.cmp sorted - Array.length: 10,000 < Array.length: 10,001
|
|
Fail Database readback sort - Infinity inside arrays
|
|
Pass IDBKey.cmp sorted - Infinity inside arrays
|
|
Fail Database readback sort - Test different stuff at once
|
|
Pass IDBKey.cmp sorted - Test different stuff at once |