diff --git a/test/test_other.py b/test/test_other.py index 2492ea605da4c..1144b396f8d78 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -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 @@ -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(