From b3535ea632c80b311d94930a5ff1dd6d83aa8b67 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Thu, 8 Feb 2024 10:12:48 -0800 Subject: [PATCH] Disable tests that rely on changing output from size and llvm-objdump (#21298) --- test/test_other.py | 2 ++ 1 file changed, 2 insertions(+) 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(