Skip to content

Commit 585df33

Browse files
authored
Mark glgears tests flaky (#25330)
#25329
1 parent a6a1ba2 commit 585df33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_browser.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,6 +894,7 @@ def test_sdl_canvas_proxy(self):
894894
self.reftest('test_sdl_canvas_proxy.c', 'test_sdl_canvas_proxy.png', cflags=['--proxy-to-worker', '--preload-file', 'data.txt', '-lSDL', '-lGL'])
895895

896896
@requires_graphics_hardware
897+
@flaky('https://github.com/emscripten-core/emscripten/issues/25329')
897898
def test_glgears_proxy_jstarget(self):
898899
# test .js target with --proxy-worker; emits 2 js files, client and worker
899900
self.compile_btest('hello_world_gles_proxy.c', ['-o', 'test.js', '--proxy-to-worker', '-sGL_TESTING', '-lGL', '-lglut'])
@@ -1727,6 +1728,7 @@ def test_glgears_long(self, args):
17271728
'full': ('hello_world_gles_full.c',),
17281729
'full_944': ('hello_world_gles_full_944.c',),
17291730
})
1731+
@flaky('https://github.com/emscripten-core/emscripten/issues/25329')
17301732
def test_glgears_animation(self, filename):
17311733
shutil.copy(test_file('browser/fake_events.js'), '.')
17321734
args = ['-o', 'something.html',
@@ -1742,6 +1744,7 @@ def test_fulles2_sdlproc(self):
17421744
self.btest_exit('full_es2_sdlproc.c', cflags=['-sGL_TESTING', '-DHAVE_BUILTIN_SINCOS', '-sFULL_ES2', '-lGL', '-lSDL', '-lglut', '-sGL_ENABLE_GET_PROC_ADDRESS', '-Wno-int-conversion'])
17431745

17441746
@requires_graphics_hardware
1747+
@flaky('https://github.com/emscripten-core/emscripten/issues/25329')
17451748
def test_glgears_deriv(self):
17461749
self.reftest('hello_world_gles_deriv.c', 'gears.png', reference_slack=2,
17471750
cflags=['-DHAVE_BUILTIN_SINCOS', '-lGL', '-lglut'])

0 commit comments

Comments
 (0)