@@ -8296,8 +8296,7 @@ def test_metadce_minimal_pthreads(self):
8296
8296
# code. mode 2 ignores those and fully optimizes out the ctors
8297
8297
'ctors1': (['-O2', '-sEVAL_CTORS'], [], ['waka']), # noqa
8298
8298
'ctors2': (['-O2', '-sEVAL_CTORS=2'], [], ['waka']), # noqa
8299
- # disable for roll
8300
- # 'wasmfs': (['-O2', '-sWASMFS'], [], ['waka']), # noqa
8299
+ 'wasmfs': (['-O2', '-sWASMFS'], [], ['waka']), # noqa
8301
8300
})
8302
8301
def test_metadce_cxx(self, *args):
8303
8302
# 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):
8320
8319
# larger for wasm backend.
8321
8320
'dylink': (['-O3', '-sMAIN_MODULE=2'], [], []), # noqa
8322
8321
# 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
8325
8323
})
8326
8324
def test_metadce_hello(self, *args):
8327
8325
self.run_metadce_test('hello_world.cpp', *args)
@@ -8362,8 +8360,7 @@ def test_metadce_libcxxabi_message(self, *args):
8362
8360
8363
8361
@parameterized({
8364
8362
'js_fs': (['-O3', '-sNO_WASMFS'], [], []), # noqa
8365
- # disable for roll
8366
- # 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
8363
+ 'wasmfs': (['-O3', '-sWASMFS'], [], []), # noqa
8367
8364
})
8368
8365
def test_metadce_files(self, *args):
8369
8366
self.run_metadce_test('files.cpp', *args)
0 commit comments