@@ -894,6 +894,7 @@ def test_sdl_canvas_proxy(self):
894
894
self .reftest ('test_sdl_canvas_proxy.c' , 'test_sdl_canvas_proxy.png' , cflags = ['--proxy-to-worker' , '--preload-file' , 'data.txt' , '-lSDL' , '-lGL' ])
895
895
896
896
@requires_graphics_hardware
897
+ @flaky ('https://github.com/emscripten-core/emscripten/issues/25329' )
897
898
def test_glgears_proxy_jstarget (self ):
898
899
# test .js target with --proxy-worker; emits 2 js files, client and worker
899
900
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):
1727
1728
'full' : ('hello_world_gles_full.c' ,),
1728
1729
'full_944' : ('hello_world_gles_full_944.c' ,),
1729
1730
})
1731
+ @flaky ('https://github.com/emscripten-core/emscripten/issues/25329' )
1730
1732
def test_glgears_animation (self , filename ):
1731
1733
shutil .copy (test_file ('browser/fake_events.js' ), '.' )
1732
1734
args = ['-o' , 'something.html' ,
@@ -1742,6 +1744,7 @@ def test_fulles2_sdlproc(self):
1742
1744
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' ])
1743
1745
1744
1746
@requires_graphics_hardware
1747
+ @flaky ('https://github.com/emscripten-core/emscripten/issues/25329' )
1745
1748
def test_glgears_deriv (self ):
1746
1749
self .reftest ('hello_world_gles_deriv.c' , 'gears.png' , reference_slack = 2 ,
1747
1750
cflags = ['-DHAVE_BUILTIN_SINCOS' , '-lGL' , '-lglut' ])
0 commit comments