Skip to content

Commit ba30089

Browse files
authored
Re-enable test_webgl_context_params. NFC (#20086)
It certainly now passes on chrome. Not sure about FF windows, but that linked bug was marked as fixed a long time ago. Fixes: #7373
1 parent f51bb55 commit ba30089

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_browser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,11 +2716,8 @@ def test_html5_webgl_destroy_context(self):
27162716
print(opts)
27172717
self.btest_exit(test_file('webgl_destroy_context.cpp'), args=opts + ['--shell-file', test_file('webgl_destroy_context_shell.html'), '-lGL'])
27182718

2719-
@no_chrome('see #7373')
27202719
@requires_graphics_hardware
27212720
def test_webgl_context_params(self):
2722-
if WINDOWS:
2723-
self.skipTest('SKIPPED due to bug https://bugzilla.mozilla.org/show_bug.cgi?id=1310005 - WebGL implementation advertises implementation defined GL_IMPLEMENTATION_COLOR_READ_TYPE/FORMAT pair that it cannot read with')
27242721
self.btest_exit(test_file('webgl_color_buffer_readpixels.cpp'), args=['-lGL'])
27252722

27262723
# Test for PR#5373 (https://github.com/emscripten-core/emscripten/pull/5373)

0 commit comments

Comments
 (0)