Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ See docs/process.md for more on how version tagging works.
`poll(stream)` returning the current readiness mask; out-of-tree custom FS
backends with a `poll` handler must update. (#27226)
- compiler-rt and libunwind were updated to LLVM 22.1.8. (#27245, #27246)
- `-fcoverage-mapping` is currently broken due to a mismatch between the version
of LLVM used and the imported version of compiler-rt. We hope to fix this
in the next release. (#27261)

6.0.2 - 07/01/26
----------------
Expand Down
1 change: 1 addition & 0 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9880,6 +9880,7 @@ def test_modularize_instance_embind(self):

self.assertContained('main\nfoo\nbar\n', self.run_js('runner.mjs'))

@disabled('https://github.com/emscripten-core/emscripten/issues/27223')
@no_esm_integration('fcoverage is not compatible with WASM_ESM_INTEGRATION')
@no_wasm2js('wasm binary required to produce code coverage results with llvm-cov')
def test_fcoverage_mapping(self):
Expand Down