Skip to content

Commit

Permalink
Link to bug in test_webgl_multi_draw test. NFC (emscripten-core#21309)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored and mrolig5267319 committed Feb 23, 2024
1 parent 896ac7a commit 5eec8c6
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 5eec8c6

Please sign in to comment.