Bug 306573
| Summary: | [MacOS]accessibility/password-notifications-timing.html is a flaky text failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | andresg_22, rackler, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego De La Toba
accessibility/password-notifications-timing.html is a flaky text failure on MacOS.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=accessibility%2Fpassword-notifications-timing.html
DIFF:
--- /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/accessibility/password-notifications-timing-expected.txt
+++ /Volumes/Data/worker/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/build/layout-test-results/accessibility/password-notifications-timing-actual.txt
@@ -2,7 +2,7 @@
Field value length: 9
PASS: elapsed >= interval === true
-PASS: elapsed >= interval === true
+FAIL: elapsed >= interval !== true, was false
PASS: elapsed >= interval === true
Field value length: 12
DIFF URL:
https://build.webkit.org/results/Apple-Tahoe-Release-AppleSilicon-WK2-Tests/306431@main%20(1338)/accessibility/password-notifications-timing-pretty-diff.html
STEPS TO REPRODUCE:
I was able to reproduce on Tahoe ToT release and debug with the following:
run-webkit-tests --no-retry --force —release --iterations 1000 accessibility/password-notifications-timing.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/169218506>
Diego De La Toba
Pull request: https://github.com/WebKit/WebKit/pull/57519
EWS
Test gardening commit 306604@main (a37e3596c47a): <https://commits.webkit.org/306604@main>
Reviewed commits have been landed. Closing PR #57664 and removing active labels.
Karl Rackler
The test was introduced with the Debug Skip expectation 295318@main with a comment about skipping due to timing in debug. This same timing issue is affecting release test runs as well, resulting in flaky failures. Modifying test expectation to skip both until this test is fixed.