NEW 272706
REGRESSION (277494@main): [ MacOS ] inspector/canvas/context-attributes.html is a consistent failure
https://bugs.webkit.org/show_bug.cgi?id=272706
Summary REGRESSION (277494@main): [ MacOS ] inspector/canvas/context-attributes.html ...
Jay Stfleur
Reported 2024-04-15 15:12:04 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-04-15 15:12:34 PDT
Jay Stfleur
Comment 2 2024-04-15 15:27:34 PDT
Reproducibility: run-webkit-tests inspector/canvas/context-attributes.html --iterations 5
Said Abou-Hallawa
Comment 3 2024-04-15 18:34:06 PDT
EWS
Comment 4 2024-04-16 10:45:48 PDT
Test gardening commit 277554@main (44bd3d3ef367): <https://commits.webkit.org/277554@main> Reviewed commits have been landed. Closing PR #27301 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.