Skip to content

Commit 6925d65

Browse files
committed
fixes test failure
1 parent 4260b0b commit 6925d65

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

test/test_browser.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,17 +2634,8 @@ def test_html5_core(self, opts):
26342634
self.cflags.append('--pre-js=pre.js')
26352635
self.btest_exit('test_html5_core.c', cflags=opts)
26362636

2637-
@parameterized({
2638-
'': ([],),
2639-
'closure': (['-O2', '-g1', '--closure=1'],),
2640-
'pthread': (['-pthread'],),
2641-
'proxy_to_pthread': (['-pthread', '-sPROXY_TO_PTHREAD'],),
2642-
'legacy': (['-sMIN_FIREFOX_VERSION=0', '-sMIN_SAFARI_VERSION=0', '-sMIN_CHROME_VERSION=0', '-Wno-transpile'],),
2643-
})
2644-
def test_html5_remove_callback(self, opts):
2645-
if self.is_wasm64() and '-sMIN_CHROME_VERSION=0' in opts:
2646-
self.skipTest('wasm64 does not support older browsers')
2647-
self.btest_exit('test_html5_remove_callback.c', cflags=opts)
2637+
def test_html5_remove_callback(self):
2638+
self.btest_exit('test_html5_remove_callback.c')
26482639

26492640
@parameterized({
26502641
'': ([],),

0 commit comments

Comments
 (0)