Bug 295989
| Summary: | [ iOS Release ] http/tests/misc/embed-image-load-outlives-gc-without-crashing.html is a flakey timeout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bryan Medina <bmedina2> |
| Component: | Images | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | rniwa, sabouhallawa, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bryan Medina
http/tests/misc/embed-image-load-outlives-gc-without-crashing.html
is a flakey timeout occurring on iOS Release
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fmisc%2Fembed-image-load-outlives-gc-without-crashing.html
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iPadOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/http/tests/misc/embed-image-load-outlives-gc-without-crashing-expected.txt
+++ /Volumes/Data/worker/Apple-iPadOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/http/tests/misc/embed-image-load-outlives-gc-without-crashing-actual.txt
@@ -1,2 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
+
This has an embed element representing an image. That embed element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.
TEXT DIFF URL:
https://build.webkit.org/results/Apple-iPadOS-18-Simulator-Release-WK2-Tests/297333@main%20(1473)/http/tests/misc/embed-image-load-outlives-gc-without-crashing-diff.txt
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/155885979>
Bryan Medina
I attempted to reproduce this timeout on iOS 18 Simulator Release ToT running the test as follows:
run-webkit-tests http/tests/misc/embed-image-load-outlives-gc-without-crashing.html --ios-simulator --iterations=5000 -f --child-processes=1 --no-retry-failures
I was unable to reproduce the test timeout.
EWS
Test gardening commit 297480@main (825d2a494832): <https://commits.webkit.org/297480@main>
Reviewed commits have been landed. Closing PR #48126 and removing active labels.
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/60258
EWS
Committed 308977@main (bd9598e8f499): <https://commits.webkit.org/308977@main>
Reviewed commits have been landed. Closing PR #60258 and removing active labels.
Ryosuke Niwa
Looks like the fix worked!
Ryosuke Niwa
Re-opening for pull request https://github.com/WebKit/WebKit/pull/60414
EWS
Committed 309102@main (8720b32a3aaa): <https://commits.webkit.org/309102@main>
Reviewed commits have been landed. Closing PR #60414 and removing active labels.