[Webkit-unassigned] [Bug 230625] fast/mediastream/captureStream/canvas3d.html succeeds on bots surprisingly, as the underlying code is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 11:05:58 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230625

--- Comment #3 from Kimmo Kinnunen <kkinnunen at apple.com> ---
So the bug was that due to reading the drawing buffer of webgl, the iosurface would be read as uninitialised.
Uninitialised IOSurfaces appear red.

The test does not test that captured WebGL image is certain pattern. It tests that the captured image is not black. As such, it was fooled by the red.

Eventually the test should be improved to draw some common test pattern (such as subset of the bip-bop image) and then common test pattern verification code should be used to verify that the image was received as intended.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210929/e3f6ce75/attachment-0001.htm>


More information about the webkit-unassigned mailing list