We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbab82 commit af5266cCopy full SHA for af5266c
1 file changed
test/test_core.py
@@ -9815,7 +9815,7 @@ def test_modularize_instance_embind(self):
9815
self.assertContained('main\nfoo\nbar\n', self.run_js('runner.mjs'))
9816
9817
@no_esm_integration('fcoverage is not compatible with WASM_ESM_INTEGRATION')
9818
- @no_wasm64('TODO: fcoverage in memory64')
+ @no_wasm64('https://github.com/emscripten-core/emscripten/issues/26865')
9819
@no_wasm2js('wasm binary required to produce code coverage results with llvm-cov')
9820
def test_fcoverage_mapping(self):
9821
expected = '''\
0 commit comments