WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2021-09-22 11:06:55 PDT
It somehow passes on the bots:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fmediastream%2FcaptureStream%2Fcanvas3d.html
Radar WebKit Bug Importer
Comment 2
2021-09-29 06:38:20 PDT
<
rdar://problem/83668855
>
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.
Top of Page
Format For Printing
XML
Clone This Bug