Skip to content

Commit

Permalink
Fix test_cubegeom_pre_relocatable
Browse files Browse the repository at this point in the history
This test was broken by emscripten-core#21103 but when unnoticed because we run our
browser tests with swiftshader enabled, which skips this test.
  • Loading branch information
sbc100 committed Feb 1, 2024
1 parent fe8421d commit 42b25ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,8 @@ def test_cubegeom_pre_regal(self):
@requires_graphics_hardware
@no_swiftshader
def test_cubegeom_pre_relocatable(self):
self.btest('third_party/cubegeom/cubegeom_pre.c', reference='third_party/cubegeom/cubegeom_pre.png', args=['-sLEGACY_GL_EMULATION', '-lGL', '-lSDL', '-sRELOCATABLE'])
self.set_setting('RELOCATABLE')
self.btest('third_party/cubegeom/cubegeom_pre.c', reference='third_party/cubegeom/cubegeom_pre.png', args=['-sLEGACY_GL_EMULATION', '-lGL', '-lSDL'])

@no_wasm64('wasm64 + LEGACY_GL_EMULATION')
@requires_graphics_hardware
Expand Down

0 comments on commit 42b25ea

Please sign in to comment.