Bug 272706
Summary: | REGRESSION (277494@main): [ MacOS ] inspector/canvas/context-attributes.html is a consistent failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jay Stfleur <j_stfleur> |
Component: | New Bugs | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jay Stfleur
Description:
inspector/canvas/context-attributes.html
Is a constant failure on Monterey+ on WK1 and WK2
History:
https://results.webkit.org/?suite=layout-tests&test=inspector%2Fcanvas%2Fcontext-attributes.html&platform=mac
Diff/Image Diff/Crash Log:
--- /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/inspector/canvas/context-attributes-expected.txt
+++ /Volumes/Data/worker/Apple-Sonoma-Release-AppleSilicon-WK2-Tests/build/layout-test-results/inspector/canvas/context-attributes-actual.txt
@@ -7,7 +7,8 @@
PASS: Canvas context should be "2D".
{
"colorSpace": "srgb",
- "desynchronized": false
+ "desynchronized": false,
+ "willReadFrequently": false
}
-- Running test case: CreateBitmapRendererCanvasContext
@@ -59,6 +60,7 @@
PASS: Canvas context should be "Offscreen2D".
{
"colorSpace": "srgb",
- "desynchronized": false
+ "desynchronized": false,
+ "willReadFrequently": false
}
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/126509990>
Jay Stfleur
Reproducibility:
run-webkit-tests inspector/canvas/context-attributes.html --iterations 5
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/27301
EWS
Test gardening commit 277554@main (44bd3d3ef367): <https://commits.webkit.org/277554@main>
Reviewed commits have been landed. Closing PR #27301 and removing active labels.