Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ce65f5e6b132ca2036c3f3945482437454293fef
https://github.com/WebKit/WebKit/commit/ce65f5e6b132ca2036c3f3945482437454293fef
Author: Dawn Morningstar <[email protected]>
Date: 2026-05-12 (Tue, 12 May 2026)
Changed paths:
A TestExpectations/apitests
M
Tools/Scripts/libraries/webkitexpectationspy/webkitexpectationspy/linter.py
M Tools/Scripts/run-api-tests
M Tools/Scripts/webkitpy/__init__.py
M Tools/Scripts/webkitpy/api_tests/manager.py
M Tools/Scripts/webkitpy/api_tests/runner.py
A Tools/Scripts/webkitpy/api_tests/test_expectations.py
M Tools/Scripts/webkitpy/port/base.py
M Tools/Scripts/webkitpy/port/darwin.py
M Tools/Scripts/webkitpy/port/ios.py
M Tools/Scripts/webkitpy/port/mac.py
Log Message:
-----------
Add API test expectations to run-api-tests using webkitexpectationspy
rdar://169154912
https://bugs.webkit.org/show_bug.cgi?id=306499
Reviewed by Jonathan Bedard.
Integrates the webkitexpectationspy library into run-api-tests to
support test expectations for API tests (TestWebKitAPI, TestIPC,
TestWTF, TestWGSL).
- APITestExpectations/TestExpectations: Expectations file with
support for wildcards, configurations, version specifiers, and
bug identifiers
- test_expectations.py: Thin bridge to webkitexpectationspy
- run-api-tests: --lint-test-files, --print-expectations,
--skip-failing-tests, --skip-flaky-tests, --skipped options
- manager.py: Loads expectations, classifies expected vs unexpected
failures, skips tests marked [ Skip ]
- runner.py: Slow test timeout support via Slow/Slow:NNs modifiers
- port/base.py, port/mac.py, port/ios.py: Platform cascade for
expectation file discovery + version tokens + configuration
Canonical link: https://commits.webkit.org/313122@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications