Bug 267612
Summary: | REGRESSION: [ Ventura+ Release x86_64 ] fast/canvas/image-buffer-backend-variants.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jay Stfleur <j_stfleur> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | rackler, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jay Stfleur
Description:
fast/canvas/image-buffer-backend-variants.html
Is a flaky failure on macOS Sonoma and Ventura release on x86_64. The test are failing more consistently recently starting from 273039@main to 273045@main
This issue can be bisected to <commit> using the command:
run-webkit-tests --root --exit-after-n-failures 1 --debug <test>
History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fcanvas%2Fimage-buffer-backend-variants.html
Diff/Image Diff/Crash Log:
@@ -168,8 +168,7 @@
PASS imageData.data is red
Effective renderingMode: Accelerated
Testing 16384x16384 (area: 268435456)
-PASS imageData.data is red
-Effective renderingMode: Accelerated
+PASS Context was lost
Testing 16384x32768 (area: 536870912)
PASS Context was lost
Testing 16384x32769 (area: 536887296)
@@ -356,8 +355,7 @@
PASS imageData.data is red
Effective renderingMode: Accelerated
Testing 16384x16384 forced 'Accelerated' (area: 268435456)
-PASS imageData.data is red
-Effective renderingMode: Accelerated
+PASS Context was lost
Testing 16384x32768 forced 'Accelerated' (area: 536870912)
PASS Context was lost
Testing 16384x32769 forced 'Accelerated' (area: 536887296)
Link: https://build.webkit.org/results/Apple-Sonoma-Release-WK2-Tests/273084%40main%20(1338)/fast/canvas/image-buffer-backend-variants-pretty-diff.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/121081110>
Jay Stfleur
Pull request: https://github.com/WebKit/WebKit/pull/22841
EWS
Test gardening commit 273103@main (b649db4d1703): <https://commits.webkit.org/273103@main>
Reviewed commits have been landed. Closing PR #22841 and removing active labels.
EWS
Test gardening commit 278353@main (3c4552d23e72): <https://commits.webkit.org/278353@main>
Reviewed commits have been landed. Closing PR #28132 and removing active labels.
Karl Rackler
Closing because rdar closed.