mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
This change allows `./mach update-wpt` to accept a URL to a GitHub Action run. If a URL is passed, it will attempt to download the stable unexpected results from the run and update the expected test results. Note that this currently requires having the `gh` command-line tool installed and authenticated. Although you can download artifacts without logging in via the web interface, doing this via the API requires an access token. Testing: This change adds a unit test for the regex that matches GitHub Action URLs. 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.