Bug 295435
| Summary: | [ macOS, iOS ] compositing/layer-creation/overlap-animation-container.html is a flakey text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bryan Medina <bmedina2> |
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bryan Medina
compositing/layer-creation/overlap-animation-container.html
is a flakey text failure occurring on occurring on macOS both wk1 and wk2 on both intel and apple silicon
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=compositing%2Flayer-creation%2Foverlap-animation-container.html
TEXT DIFF:
compositing/layer-creation/overlap-animation-container.html
TEXT DIFF URL:
https://build.webkit.org/results/Apple-Sequoia-Release-WK2-Tests/296963@main%20(3131)/compositing/layer-creation/overlap-animation-container-diff.txt
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/154985073>
Bryan Medina
The text failure was able to reproduced at macOS ToT using the command as follows:
run-webkit-tests compositing/layer-creation/overlap-animation-container.html --iterations=100 -f
Bryan Medina
Pull request: https://github.com/WebKit/WebKit/pull/47579
EWS
Test gardening commit 296997@main (59fc9bf4b3c8): <https://commits.webkit.org/296997@main>
Reviewed commits have been landed. Closing PR #47579 and removing active labels.
Bryan Medina
Updated expectation, as the issue is now occurring on iOS configurations.
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/compositing/layer-creation/overlap-animation-container-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-18-Simulator-Release-WK2-Tests/build/layout-test-results/compositing/layer-creation/overlap-animation-container-actual.txt
@@ -11,7 +11,7 @@
(position 18.00 120.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
- (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00])
+ (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -109.99 0.00 1.00])
)
(GraphicsLayer
(offsetFromRenderer width=-11.50 height=0)
@@ -50,7 +50,7 @@
(position 18.00 120.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
- (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -110.00 0.00 1.00])
+ (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 -109.99 0.00 1.00])
)
(GraphicsLayer
(position 58.00 230.00)
EWS
Test gardening commit 299211@main (c4dea8b632fc): <https://commits.webkit.org/299211@main>
Reviewed commits have been landed. Closing PR #49944 and removing active labels.