NEW 230625
fast/mediastream/captureStream/canvas3d.html succeeds on bots surprisingly, as the underlying code is broken
https://bugs.webkit.org/show_bug.cgi?id=230625
Summary fast/mediastream/captureStream/canvas3d.html succeeds on bots surprisingly, a...
Kimmo Kinnunen
Reported 2021-09-22 06:37:44 PDT
fast/mediastream/captureStream/canvas3d.html does not seem to be part of any test expectation * The test fails * I cannot see where the test is not marked as failing (?) * The underlying code was not fixed
Attachments
Alexey Proskuryakov
Comment 1 2021-09-22 11:06:55 PDT
Radar WebKit Bug Importer
Comment 2 2021-09-29 06:38:20 PDT
Kimmo Kinnunen
Comment 3 2021-09-29 11:05:58 PDT
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.
Note You need to log in before you can comment on or make changes to this bug.