test(webkit): DO NOT MERGE - webkit GC leak matrix on macos-15-xlarge - #42680
Draft
Yury Semikhatsky (yury-s) wants to merge 3 commits into
Draft
test(webkit): DO NOT MERGE - webkit GC leak matrix on macos-15-xlarge#42680Yury Semikhatsky (yury-s) wants to merge 3 commits into
Yury Semikhatsky (yury-s) wants to merge 3 commits into
Conversation
Diagnostic branch. Runs page-leaks plus a per-operation variant matrix on the one bot that reproduces the r2359 GC regression, to determine whether the failure really is confined to the expect path. All other workflows are removed on this branch so the draft PR runs nothing else.
First run showed waitFor failing 10/10 here while page-leaks' own waitFor test passed 10/10 on the same bot. The tests differ only in that the expect test registers WeakRefs before the loop as well as after, and every variant here copies that shape. These two controls drop the pre-loop registration to confirm it is a necessary ingredient rather than the assertion path.
Resolves the modify/delete conflict that blocked CI: a conflicting PR has no merge ref, so GitHub skipped the pull_request workflow entirely and the second commit never ran. Only the 8 workflows that can fire on a pull_request stay deleted. The other 13 are restored - they trigger on issues, schedule, workflow_dispatch, workflow_call, workflow_run, or push to release-*, none of which a PR can reach - which shrinks the conflict surface from 21 files to 8.
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.
Summary
Diagnostic only — do not merge. Pushed to get one signal off
macos-15-xlarge.page-leaks.spec.ts›expect should not leakhas failed ~70% of runs onwebkit-macos-15-xlargesince2dec18d7e(roll to WebKit r2359), while the click/fill/waitFor tests beside it are 0/88. This adds a variant matrix over the same scenario — one test per locator call, plus raw-DOM equivalents — to find out whether that asymmetry is real or a timing artifact.waitForequivalent, which does not fit the expect-specific story.