Skip to content

Commit a1461a4

Browse files
committed
Disable tests that rely on changing output from size and llvm-objdump
1 parent 9c93641 commit a1461a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_other.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ def test_em_config_missing_arg(self):
823823
out = self.expect_fail([EMCC, '--em-config'])
824824
self.assertContained('error: --em-config must be followed by a filename', out)
825825

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

9698+
@disabled('Updating underlying tool output')
96979699
def test_emsymbolizer(self):
96989700
def check_dwarf_loc_info(address, funcs, locs):
96999701
out = self.run_process(

0 commit comments

Comments
 (0)