Enable more test directories and preferences#34952
Merged
jdm merged 6 commits intoservo:mainfrom Jan 17, 2025
Merged
Conversation
simonwuelker
approved these changes
Jan 11, 2025
Signed-off-by: Josh Matthews <[email protected]>
Signed-off-by: Josh Matthews <[email protected]>
Signed-off-by: Josh Matthews <[email protected]>
Member
Author
|
The existence of the AbortController stub introduces new timeouts into our test results; previously a bunch of tests that use the RemoteContext helper would fail quickly because the interface didn't exist. Now they time out because they are able to initialize correctly but (presumably) no abort signal occurs. |
Signed-off-by: Josh Matthews <[email protected]>
Signed-off-by: Josh Matthews <[email protected]>
Signed-off-by: Josh Matthews <[email protected]>
|
🔨 Triggering try run (#12821108303) for Linux WPT |
|
Test results for linux-wpt-layout-2020 from try job (#12821108303): Flaky unexpected result (13)
Stable unexpected results that are known to be intermittent (20)
|
|
✨ Try run (#12821108303) succeeded. |
5 tasks
chickenleaf
pushed a commit
to chickenleaf/servo
that referenced
this pull request
Jan 24, 2025
* Enable WPT tests for several supported/in progress features. Signed-off-by: Josh Matthews <[email protected]> * Enable more preferences for all WPT tests. Signed-off-by: Josh Matthews <[email protected]> * Update test expectations. Signed-off-by: Josh Matthews <[email protected]> * Disable AbortController preference for tests. Signed-off-by: Josh Matthews <[email protected]> * Update WPT expectations. Signed-off-by: Josh Matthews <[email protected]> --------- Signed-off-by: Josh Matthews <[email protected]> Signed-off-by: L Ashwin B <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This sets us up for work that's happening in #34794 and working on interfaces that currently have stub implementations.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors