Skip to content

Commit

Permalink
Enable more wasm64 browser tests. NFC (#22691)
Browse files Browse the repository at this point in the history
It looks like this works these days.
  • Loading branch information
sbc100 authored Oct 8, 2024
1 parent 9d18e35 commit afeef1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1915,12 +1915,10 @@ def test_glgetattachedshaders(self):
def test_glframebufferattachmentinfo(self):
self.btest('glframebufferattachmentinfo.c', '1', args=['-lGLESv2', '-lEGL'])

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

@no_wasm64('TODO: LEGACY_GL_EMULATION + wasm64')
@requires_graphics_hardware
@also_with_proxying
def test_sdl_glshader2(self):
Expand Down

0 comments on commit afeef1c

Please sign in to comment.