[Webkit-unassigned] [Bug 205757] REGRESSION: [ Mac ] webgl/1.0.3/conformance/textures/texture-upload-size.html is a flaky timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 31 13:22:21 PST 2020


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

--- Comment #5 from Justin Fan <justin_fan at apple.com> ---
Logging reveals getError() is the last method being called; it is making it down to the GraphicsContextGL call, which means the issue likely lies in the driver.

Switching to ANGLE may actually fix this (since right now it does not call the ANGLE version of glGetError). Even if it is not getError, it doesn’t appear anything is hanging at the WebKit level so it is worth revisiting this after the ANGLE switch.

-- 
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/20200131/08e2dd82/attachment-0001.htm>


More information about the webkit-unassigned mailing list