@@ -2563,7 +2563,6 @@ def test_fs_stream_proto(self):
2563
2563
out = self .run_js ('a.out.js' , engine = engine )
2564
2564
self .assertContained ('File size: 724' , out )
2565
2565
2566
- @unittest .skip ('let llvm roll in' )
2567
2566
def test_node_emscripten_num_logical_cores (self ):
2568
2567
# Test with node.js that the emscripten_num_logical_cores method is working
2569
2568
create_test_file ('src.cpp' , r'''
@@ -7890,7 +7889,6 @@ def test_node_js_run_from_different_directory(self):
7890
7889
self .assertContained ('hello, world!' , ret )
7891
7890
7892
7891
# Tests that a pthreads + modularize build can be run in node js
7893
- @unittest .skip ('let llvm roll in' )
7894
7892
def test_node_js_pthread_module (self ):
7895
7893
# create module loader script
7896
7894
moduleLoader = 'moduleLoader.js'
@@ -8816,7 +8814,6 @@ def test_asan_no_stack_trace(self):
8816
8814
def test_asan_pthread_stubs (self ):
8817
8815
self .do_smart_test (path_from_root ('tests' , 'other' , 'test_asan_pthread_stubs.c' ), emcc_args = ['-fsanitize=address' , '-s' , 'ALLOW_MEMORY_GROWTH=1' ])
8818
8816
8819
- @unittest .skip ('let llvm roll in' )
8820
8817
def test_proxy_to_pthread_stack (self ):
8821
8818
with js_engines_modify ([NODE_JS + ['--experimental-wasm-threads' , '--experimental-wasm-bulk-memory' ]]):
8822
8819
self .do_smart_test (path_from_root ('tests' , 'other' , 'test_proxy_to_pthread_stack.c' ),
@@ -9212,7 +9209,6 @@ def test_backwards_deps_in_archive(self):
9212
9209
self .run_process ([EMCC , 'empty.c' , '-la' , '-L.' ])
9213
9210
self .assertContained ('success' , self .run_js ('a.out.js' ))
9214
9211
9215
- @unittest .skip ('let llvm roll in' )
9216
9212
def test_warning_flags (self ):
9217
9213
self .run_process ([EMCC , '-c' , '-o' , 'hello.o' , path_from_root ('tests' , 'hello_world.c' )])
9218
9214
cmd = [EMCC , 'hello.o' , '-o' , 'a.js' , '-g' , '--closure' , '1' ]
0 commit comments