Skip to content

Commit 66241df

Browse files
authored
Disable a metadce test to allow a binaryen roll (#10795)
WebAssembly/binaryen#2704 will require some minor updates to the main module test, as we will be optimizing out some fp$ things.
1 parent ec77a3e commit 66241df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_other.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8336,7 +8336,8 @@ def test_metadce_cxx_fastcomp(self, *args):
83368336
# don't compare the # of functions in a main module, which changes a lot
83378337
# TODO(sbc): Investivate why the number of exports is order of magnitude
83388338
# larger for wasm backend.
8339-
'main_module_2': (['-O3', '-s', 'MAIN_MODULE=2'], [], [], 10652, True, True, True, False), # noqa
8339+
# FIXME disabled temporarily for rolling
8340+
# 'main_module_2': (['-O3', '-s', 'MAIN_MODULE=2'], [], [], 10652, True, True, True, False), # noqa
83408341
})
83418342
@no_fastcomp()
83428343
def test_metadce_hello(self, *args):

0 commit comments

Comments
 (0)