Skip to content

Commit afeef1c

Browse files
authored
Enable more wasm64 browser tests. NFC (#22691)
It looks like this works these days.
1 parent 9d18e35 commit afeef1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_browser.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,12 +1915,10 @@ def test_glgetattachedshaders(self):
19151915
def test_glframebufferattachmentinfo(self):
19161916
self.btest('glframebufferattachmentinfo.c', '1', args=['-lGLESv2', '-lEGL'])
19171917

1918-
@no_wasm64('TODO: LEGACY_GL_EMULATION + wasm64')
19191918
@requires_graphics_hardware
19201919
def test_sdl_glshader(self):
19211920
self.reftest('test_sdl_glshader.c', 'test_sdl_glshader.png', args=['-O2', '--closure=1', '-sLEGACY_GL_EMULATION', '-lGL', '-lSDL', '-sGL_ENABLE_GET_PROC_ADDRESS'])
19221921

1923-
@no_wasm64('TODO: LEGACY_GL_EMULATION + wasm64')
19241922
@requires_graphics_hardware
19251923
@also_with_proxying
19261924
def test_sdl_glshader2(self):

0 commit comments

Comments
 (0)