Skip to content
Merged
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
2 changes: 2 additions & 0 deletions test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ def test_em_config_missing_arg(self):
out = self.expect_fail([EMCC, '--em-config'])
self.assertContained('error: --em-config must be followed by a filename', out)

@disabled('Updating underlying tool output')
def test_emsize(self):
# test binaryen generated by running:
# emcc test/hello_world.c -Oz --closure 1 -o test/other/test_emsize.js
Expand Down Expand Up @@ -9694,6 +9695,7 @@ def test(dump_file):
test('foo.wasm.dump')
test('bar.wasm.dump')

@disabled('Updating underlying tool output')
def test_emsymbolizer(self):
def check_dwarf_loc_info(address, funcs, locs):
out = self.run_process(
Expand Down