Skip to content

Commit af5266c

Browse files
authored
Add bug link to test_fcoverage_mapping wasm64 issue. NFC (#26912)
1 parent 0cbab82 commit af5266c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9815,7 +9815,7 @@ def test_modularize_instance_embind(self):
98159815
self.assertContained('main\nfoo\nbar\n', self.run_js('runner.mjs'))
98169816

98179817
@no_esm_integration('fcoverage is not compatible with WASM_ESM_INTEGRATION')
9818-
@no_wasm64('TODO: fcoverage in memory64')
9818+
@no_wasm64('https://github.com/emscripten-core/emscripten/issues/26865')
98199819
@no_wasm2js('wasm binary required to produce code coverage results with llvm-cov')
98209820
def test_fcoverage_mapping(self):
98219821
expected = '''\

0 commit comments

Comments
 (0)