Skip to content

Commit 42da364

Browse files
authored
Restore metadce testing and update it (#10796)
1 parent ddc6c3c commit 42da364

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

tests/other/metadce/hello_world_O3_MAIN_MODULE_2.imports

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ __table_base
44
emscripten_memcpy_big
55
emscripten_resize_heap
66
fd_write
7-
fp$__stdio_write$iiii
87
g$stdout
98
memory
109
table

tests/other/metadce/hello_world_O3_MAIN_MODULE_2.sent

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ __table_base
44
emscripten_memcpy_big
55
emscripten_resize_heap
66
fd_write
7-
fp$__stdio_write$iiii
87
g$stdout
98
memory
109
table

tests/test_other.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8336,8 +8336,7 @@ 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-
# FIXME disabled temporarily for rolling
8340-
# 'main_module_2': (['-O3', '-s', 'MAIN_MODULE=2'], [], [], 10652, True, True, True, False), # noqa
8339+
'main_module_2': (['-O3', '-s', 'MAIN_MODULE=2'], [], [], 10652, True, True, True, False), # noqa
83418340
})
83428341
@no_fastcomp()
83438342
def test_metadce_hello(self, *args):

0 commit comments

Comments
 (0)