We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9232379 commit a0a3e20Copy full SHA for a0a3e20
test/test_core.py
@@ -9682,7 +9682,10 @@ def test_externref_emjs(self, dynlink):
9682
'dylink': [True],
9683
})
9684
@no_esm_integration('https://github.com/emscripten-core/emscripten/issues/25543')
9685
+ @no_omit_asm_module_exports('https://github.com/emscripten-core/emscripten/issues/25556')
9686
def test_wasm_global(self, dynlink):
9687
+ if '-flto' in self.cflags or '-flto=thin' in self.cflags:
9688
+ self.skipTest('https://github.com/emscripten-core/emscripten/issues/25555')
9689
if dynlink:
9690
self.check_dylink()
9691
self.set_setting('MAIN_MODULE', 2)
0 commit comments