Bug 298556
| Summary: | REGRESSION(299615@main): [iOS] Two image decoding tests in fast/images are flaky timeouts | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marta Darbinyan <darbinyan> |
| Component: | New Bugs | Assignee: | Said Abou-Hallawa <sabouhallawa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | a_protyasha, ap, jbedard, lily_spiniolas, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Marta Darbinyan
The following tests are flaky timeouts on iOS with decoding error starting 299614@main.
fast/images/async-image-intersect-different-size-for-drawing.html
+FAIL: Timed out waiting for notifyDone to be called
Ensures a renderer will decode its image synchronously if it intersects with another renderer with a different sizeForDrawing.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-decodingOptions = { decodingMode : Asynchronous, sizeForDrawing : { 1000, 1000 } }
-decodingOptions = { decodingMode : Synchronous }
fast/images/low-memory-decode.html
@@ -1,2 +1,3 @@
-Image decode count: 1
+FAIL: Timed out waiting for notifyDone to be called
Test result:
https://ews-build.webkit.org/#/builders/132/builds/32192
Test history:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=fast%2Fimages%2Fasync-image-intersect-different-size-for-drawing.html&test=fast%2Fimages%2Flow-memory-decode.html&platform=ios
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/160146007>
EWS
Test gardening commit 299727@main (314287bb5055): <https://commits.webkit.org/299727@main>
Reviewed commits have been landed. Closing PR #50470 and removing active labels.
Alexey Proskuryakov
The first failure is with 299615@main, and these tests are extremely flaky. Given that many preceding revisions are definitely unrelated, 299615@main seems like the most likely culprit, even though not obviously related either.
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/51968
EWS
Committed 301600@main (e502956e7cfd): <https://commits.webkit.org/301600@main>
Reviewed commits have been landed. Closing PR #51968 and removing active labels.