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 ab4f042 commit 746da8dCopy full SHA for 746da8d
test/test_core.py
@@ -9649,9 +9649,12 @@ def test_externref_emjs(self, dynlink):
9649
'dylink': [True],
9650
})
9651
@no_esm_integration('https://github.com/emscripten-core/emscripten/issues/25543')
9652
+ @no_omit_asm_module_exports('https://github.com/emscripten-core/emscripten/issues/25550')
9653
def test_wasm_global(self, dynlink):
9654
if '-flto' in self.cflags or '-flto=thin' in self.cflags:
9655
self.skipTest('https://github.com/emscripten-core/emscripten/issues/25555')
9656
+ if self.is_wasm2js() and self.is_optimizing():
9657
+ self.skipTest('https://github.com/emscripten-core/emscripten/issues/25550')
9658
if dynlink:
9659
self.check_dylink()
9660
self.set_setting('MAIN_MODULE', 2)
0 commit comments