mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
This change ensures that the filtered raw log file of WPT results only contains stable unexpected results and uploads a resulting aggregated log file as an artifact. This artifact can be used to generate new baselines of *only* stable unexpected results, so is useful for updating results given a CI run. A future change will add a `mach` command to do this automatically. Testing: The CI should run the code to produce this artifact for every WPT run. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This directory contains various Python modules used to support servo development.
servo
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.
tidy
servo-tidy is used to check licenses, line lengths, whitespace, ruff on Python files, lock file versions, and more.
wpt
servo-wpt is a module with support scripts for running, importing, exporting, updating manifests, and updating expectations for WPT tests.