Skip to content

Commit 02bef44

Browse files
authored
Re-enable wasmfs metadce tests after roll (#20855)
1 parent e574381 commit 02bef44

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/test_other.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8296,8 +8296,7 @@ def test_metadce_minimal_pthreads(self):
82968296
# code. mode 2 ignores those and fully optimizes out the ctors
82978297
'ctors1': (['-O2', '-sEVAL_CTORS'], [], ['waka']), # noqa
82988298
'ctors2': (['-O2', '-sEVAL_CTORS=2'], [], ['waka']), # noqa
8299-
# disable for roll
8300-
# 'wasmfs': (['-O2', '-sWASMFS'], [], ['waka']), # noqa
8299+
'wasmfs': (['-O2', '-sWASMFS'], [], ['waka']), # noqa
83018300
})
83028301
def test_metadce_cxx(self, *args):
83038302
# do not check functions in this test as there are a lot of libc++ functions
@@ -8320,8 +8319,7 @@ def test_metadce_cxx(self, *args):
83208319
# larger for wasm backend.
83218320
'dylink': (['-O3', '-sMAIN_MODULE=2'], [], []), # noqa
83228321
# WasmFS should not be fully linked into a hello world program.
8323-
# disable for roll
8324-
# 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
8322+
'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
83258323
})
83268324
def test_metadce_hello(self, *args):
83278325
self.run_metadce_test('hello_world.cpp', *args)
@@ -8362,8 +8360,7 @@ def test_metadce_libcxxabi_message(self, *args):
83628360

83638361
@parameterized({
83648362
'js_fs': (['-O3', '-sNO_WASMFS'], [], []), # noqa
8365-
# disable for roll
8366-
# 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
8363+
'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
83678364
})
83688365
def test_metadce_files(self, *args):
83698366
self.run_metadce_test('files.cpp', *args)

0 commit comments

Comments
 (0)