servo/python
Narfinger f4c618924f
OHOS CI: Abort early when speedometer crashes in test-speedometer-ohos (#39511)
Check for the pid of servo for test-speedometer-ohos to see if it did
not crash and abort early if it crashed.

Testing: Ran test-speedometer-ohos with closing servo and without
closing servo on the phone.
Fixes: https://github.com/servo/servo/issues/37742

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
2025-10-01 08:41:07 +00:00
..
mach change terminal wrapper library from blessing to blessed to support running mach test-wpt on windows. (#35327) 2025-02-06 16:45:34 +00:00
servo OHOS CI: Abort early when speedometer crashes in test-speedometer-ohos (#39511) 2025-10-01 08:41:07 +00:00
tidy script: Initial stubs for Credential Management API (#38839) 2025-09-06 19:48:38 +00:00
wpt ohos: Adding support for running WPT on OHOS devices using WebDriver (#38846) 2025-09-09 08:57:36 +00:00
mach_bootstrap.py mach: Enable ANN rules (type annotations) for ruff Python linter (#38531) 2025-08-14 10:36:17 +00:00
README.md use ruff rather than flake8 for python code linting (#37045) 2025-05-24 14:19:47 +00:00
requirements.txt python: Update pyOpenSSL to 24 (#38582) 2025-08-10 10:31:01 +00:00

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.