Bug 304523
| Summary: | [macOS Debug] inspector/unit-tests/iterableweakset.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marta Darbinyan
The following test is a flaky failure starting from 303621@main.
inspector/unit-tests/iterableweakset.html
PASS: Should not contain '{"value": 1}' after `two = null`.
PASS: Should not contain '{"value": 2}' after `two = null`.
PASS: 'has' should return true for '{"value":3}' after `two = null`.
-[]
+[{"value":3}]
PASS: Should not contain '{"value": 1}' after `three = null`.
PASS: Should not contain '{"value": 2}' after `three = null`.
-PASS: Should not contain '{"value": 3}' after `three = null`.
+FAIL: Should not contain '{"value": 3}' after `three = null`.
History:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Funit-tests%2Fiterableweakset.html&style=debug
Test result:
https://ews-build.webkit.org/#/builders/161/builds/4476
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166907031>
EWS
Test gardening commit 304781@main (3bf5884ebaa3): <https://commits.webkit.org/304781@main>
Reviewed commits have been landed. Closing PR #55731 and removing active labels.