Skip to content

Commit 42b25ea

Browse files
committed
Fix test_cubegeom_pre_relocatable
This test was broken by #21103 but when unnoticed because we run our browser tests with swiftshader enabled, which skips this test.
1 parent fe8421d commit 42b25ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_browser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,8 @@ def test_cubegeom_pre_regal(self):
20862086
@requires_graphics_hardware
20872087
@no_swiftshader
20882088
def test_cubegeom_pre_relocatable(self):
2089-
self.btest('third_party/cubegeom/cubegeom_pre.c', reference='third_party/cubegeom/cubegeom_pre.png', args=['-sLEGACY_GL_EMULATION', '-lGL', '-lSDL', '-sRELOCATABLE'])
2089+
self.set_setting('RELOCATABLE')
2090+
self.btest('third_party/cubegeom/cubegeom_pre.c', reference='third_party/cubegeom/cubegeom_pre.png', args=['-sLEGACY_GL_EMULATION', '-lGL', '-lSDL'])
20902091

20912092
@no_wasm64('wasm64 + LEGACY_GL_EMULATION')
20922093
@requires_graphics_hardware

0 commit comments

Comments
 (0)