Skip to content

Commit

Permalink
Disable a metadce test to allow a binaryen roll (#10795)
Browse files Browse the repository at this point in the history
WebAssembly/binaryen#2704 will
require some minor updates to the main module test,
as we will be optimizing out some fp$ things.
  • Loading branch information
kripken committed Mar 28, 2020
1 parent ec77a3e commit 66241df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -8336,7 +8336,8 @@ def test_metadce_cxx_fastcomp(self, *args):
# don't compare the # of functions in a main module, which changes a lot
# TODO(sbc): Investivate why the number of exports is order of magnitude
# larger for wasm backend.
'main_module_2': (['-O3', '-s', 'MAIN_MODULE=2'], [], [], 10652, True, True, True, False), # noqa
# FIXME disabled temporarily for rolling
# 'main_module_2': (['-O3', '-s', 'MAIN_MODULE=2'], [], [], 10652, True, True, True, False), # noqa
})
@no_fastcomp()
def test_metadce_hello(self, *args):
Expand Down

0 comments on commit 66241df

Please sign in to comment.