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 9c93641 commit a1461a4Copy full SHA for a1461a4
test/test_other.py
@@ -823,6 +823,7 @@ def test_em_config_missing_arg(self):
823
out = self.expect_fail([EMCC, '--em-config'])
824
self.assertContained('error: --em-config must be followed by a filename', out)
825
826
+ @disabled('Updating underlying tool output')
827
def test_emsize(self):
828
# test binaryen generated by running:
829
# emcc test/hello_world.c -Oz --closure 1 -o test/other/test_emsize.js
@@ -9694,6 +9695,7 @@ def test(dump_file):
9694
9695
test('foo.wasm.dump')
9696
test('bar.wasm.dump')
9697
9698
9699
def test_emsymbolizer(self):
9700
def check_dwarf_loc_info(address, funcs, locs):
9701
out = self.run_process(
0 commit comments