Bug 264426 - REGRESSION (269641@main): [ Ventura+ arm64 ] inspector/unit-tests/iterableweakset.html is a flaky failure
Summary: REGRESSION (269641@main): [ Ventura+ arm64 ] inspector/unit-tests/iterablewea...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-08 11:02 PST by Marta Darbinyan
Modified: 2023-11-08 17:24 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marta Darbinyan 2023-11-08 11:02:13 PST
Description:
inspector/unit-tests/iterableweakset.html is flaky on  Ventura and Sonoma arm64 since 269641@main was introduced on ToT.

This issue can be bisected to 269641@main using the command: 
run-webkit-tests --exit-after-n-failures 1 --debug inspector/unit-tests/iterableweakset.html

History:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Funit-tests%2Fiterableweakset.html&version_name=Sonoma&version_name=Ventura&architecture=arm64

Diff Log:
7575PASS: Should not contain '{"value": 1}' after `one = null`.
7676PASS: 'has' should return true for '{"value":2}' after `one = null`.
7777PASS: 'has' should return true for '{"value":3}' after `one = null`.
78 [{"value":3}]
 78[{"value":2},{"value":3}]
7979PASS: Should not contain '{"value": 1}' after `two = null`.
80 PASS: Should not contain '{"value": 2}' after `two = null`.
 80FAIL: Should not contain '{"value": 2}' after `two = null`.
8181PASS: 'has' should return true for '{"value":3}' after `two = null`.

Link:
https://build.webkit.org/results/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/270390@main%20(702)/inspector/unit-tests/iterableweakset-pretty-diff.html
Comment 1 Radar WebKit Bug Importer 2023-11-08 11:02:48 PST
<rdar://problem/118129008>
Comment 2 EWS 2023-11-08 11:18:06 PST
Test gardening commit 270400@main (fc33f58fe952): <https://commits.webkit.org/270400@main>

Reviewed commits have been landed. Closing PR #20181 and removing active labels.
Comment 3 Chris Dumez 2023-11-08 15:55:55 PST
Pull request: https://github.com/WebKit/WebKit/pull/20196
Comment 4 EWS 2023-11-08 17:24:19 PST
Committed 270418@main (c6f849f610e0): <https://commits.webkit.org/270418@main>

Reviewed commits have been landed. Closing PR #20196 and removing active labels.