1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

Tests/LibWeb: Do not fail WPT tests on unexpected results

Since both the WebDriver and Browser API are currently unstable during
WPT tests, it's a good idea to make sure that WPT passes even if there
are unexpected results. This will help avoid having failures marked as
red in the CI system caused by flaky WPT tests.
This commit is contained in:
Aliaksandr Kalenik 2023-06-14 20:53:32 +03:00 committed by Andreas Kling
parent 3a11b55286
commit 67de71d302

View file

@ -32,4 +32,4 @@ git clone --depth 10000 https://github.com/web-platform-tests/wpt.git
./concat-extract-metadata.py --extract metadata.txt metadata
# Run tests.
./wpt/wpt run ladybird --include-manifest include.ini --metadata ./metadata --manifest ./MANIFEST.json
./wpt/wpt run ladybird --no-fail-on-unexpected --no-fail-on-unexpected-pass --skip-timeout --include-manifest include.ini --metadata ./metadata --manifest ./MANIFEST.json --log-raw "${wpt_run_log_filename}"