mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
ec0838b84e
And here's the wild part: instead of cloning WPT tests, import the relevant WPT tests that this fixes into our own test suite. This works by adding a small Ladybird-specific callback in resources/testharnessreport.js (which is what that file is meant for!) Note that these run as text tests, and so they must signal the runner when they are done. Tests using the "usual" WPT harness should just work, but tests that do something more freestyle will need manual signaling if they are to be imported. I've also increased the test timeout here from 30 to 60 seconds, to accommodate the larger WPT-style tests.
11 lines
538 B
Text
11 lines
538 B
Text
Userland/Libraries/LibJS/Tests/invalid-lhs-in-assignment.js
|
|
Userland/Libraries/LibJS/Tests/unicode-identifier-escape.js
|
|
Userland/Libraries/LibJS/Tests/modules/failing.mjs
|
|
|
|
# FIXME: Remove once prettier is updated to support using declarations.
|
|
Userland/Libraries/LibJS/Tests/builtins/DisposableStack/DisposableStack.prototype.@@dispose.js
|
|
Userland/Libraries/LibJS/Tests/modules/top-level-dispose.mjs
|
|
Userland/Libraries/LibJS/Tests/using-declaration.js
|
|
Userland/Libraries/LibJS/Tests/using-for-loops.js
|
|
|
|
Tests/LibWeb/Text/input/wpt-import
|