mirror of
https://github.com/servo/servo.git
synced 2025-07-18 12:53:40 +01:00
- Make the test more stable with setting one process only for each chunk, while still running it concurrently with different machine for each chunk. - Previously, there is an issue where the log files is too big to be uploaded to intermittent tracker. Now the log file should be smaller even if we have many errors, since we have multiple chunk. Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com> |
||
---|---|---|
.. | ||
mach | ||
servo | ||
tidy | ||
wpt | ||
mach_bootstrap.py | ||
README.md | ||
requirements.txt |
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.