Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4625,8 +4625,8 @@ def test_webgl_from_client_side_memory_without_default_enabled_extensions(self):
# For testing WebGL draft extensions like this, if using chrome as the browser,
# We might want to append the --enable-webgl-draft-extensions to the EMTEST_BROWSER env arg.
@requires_graphics_hardware
@no_2gb('multiDrawElementsInstancedWEBGL: size exceeds the supported range')
@no_4gb('multiDrawElementsInstancedWEBGL: size exceeds the supported range')
@no_2gb('https://crbug.com/324562920')
@no_4gb('https://crbug.com/324562920')
@parameterized({
'arrays': (['-DMULTI_DRAW_ARRAYS'],),
'arrays_instanced': (['-DMULTI_DRAW_ARRAYS_INSTANCED'],),
Expand Down