RESOLVED FIXED 153788
WEBGL_debug_shaders should be disabled for OpenGLES backend also
https://bugs.webkit.org/show_bug.cgi?id=153788
Summary WEBGL_debug_shaders should be disabled for OpenGLES backend also
Jinyoung Hur
Reported 2016-02-02 07:32:31 PST
On OpenGLES backed environment, webgl/1.0.2/conformance/extensions/webgl-debug-shaders.html fails with the same error related with https://bugs.webkit.org/show_bug.cgi?id=149734. I think the codes that are disabling WEBGL_debug_shaders extension, which are implemented in Extensions3DOpenGL::supportsExtension(), should be moved to Extensions3DOpenGLCommon::supportsExtension() so that the webgl-debug-shaders extension is disabled for both OpenGL and OpenGLES backed systems.
Attachments
Patch (2.96 KB, patch)
2016-02-02 07:52 PST, Jinyoung Hur
no flags
Archive of layout-test-results from ews112 for mac-yosemite (795.27 KB, application/zip)
2016-02-02 08:46 PST, Build Bot
no flags
Patch (2.96 KB, patch)
2016-02-02 16:46 PST, Jinyoung Hur
no flags
Jinyoung Hur
Comment 1 2016-02-02 07:52:31 PST
Build Bot
Comment 2 2016-02-02 08:46:14 PST
Comment on attachment 270487 [details] Patch Attachment 270487 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/772911 New failing tests: imported/w3c/web-platform-tests/streams-api/readable-streams/garbage-collection-2.html
Build Bot
Comment 3 2016-02-02 08:46:16 PST
Created attachment 270490 [details] Archive of layout-test-results from ews112 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews112 Port: mac-yosemite Platform: Mac OS X 10.10.5
Jinyoung Hur
Comment 4 2016-02-02 16:46:30 PST
WebKit Commit Bot
Comment 5 2016-02-02 18:27:32 PST
Comment on attachment 270529 [details] Patch Clearing flags on attachment: 270529 Committed r196039: <http://trac.webkit.org/changeset/196039>
WebKit Commit Bot
Comment 6 2016-02-02 18:27:35 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.