@@ -7826,16 +7826,6 @@ def test_asyncify_unused(self):
7826
7826
self .set_setting ('ASYNCIFY' , 1 )
7827
7827
self .do_run_in_out_file_test ('tests' , 'core' , 'test_hello_world' )
7828
7828
7829
- < << << << HEAD
7830
- @no_wasm_backend ('EMTERPRETIFY causes JSOptimizer to run, which is '
7831
- 'unsupported with Wasm backend' )
7832
- def test_coroutine_emterpretify_async (self ):
7833
- self .emcc_args .append ('-Wno-emterpreter' )
7834
- # The same EMTERPRETIFY_WHITELIST should be in other.test_emterpreter_advise
7835
- self .do_test_coroutine ({'EMTERPRETIFY' : 1 , 'EMTERPRETIFY_ASYNC' : 1 , 'EMTERPRETIFY_WHITELIST' : ['_fib' , '_f' , '_g' ], 'ASSERTIONS' : 1 })
7836
-
7837
- == == == =
7838
- >> >> >> > 02339 ca62 ... Remove emterpreter support .
7839
7829
@parameterized ({
7840
7830
'normal' : ([], True ),
7841
7831
'blacklist_a' : (['-s' , 'ASYNCIFY_BLACKLIST=["foo(int, double)"]' ], False ),
@@ -7864,21 +7854,6 @@ def test_asyncify_lists(self, args, should_pass, response=None):
7864
7854
if should_pass :
7865
7855
raise
7866
7856
7867
- < << << << HEAD
7868
- # Test basic emterpreter functionality in all core compilation modes.
7869
- @no_emterpreter
7870
- @no_wasm_backend ('EMTERPRETIFY causes JSOptimizer to run, which is '
7871
- 'unsupported with Wasm backend' )
7872
- def test_emterpretify (self ):
7873
- self .emcc_args .append ('-Wno-emterpreter' )
7874
- self .set_setting ('EMTERPRETIFY' , 1 )
7875
- self .do_run_in_out_file_test ('tests' , 'core' , 'test_hello_world' )
7876
- print ('async' )
7877
- self .set_setting ('EMTERPRETIFY_ASYNC' , 1 )
7878
- self .do_run_in_out_file_test ('tests' , 'core' , 'test_hello_world' )
7879
-
7880
- == == == =
7881
- >> >> >> > 02339 ca62 ... Remove emterpreter support .
7882
7857
@no_fastcomp ('wasm-backend specific feature' )
7883
7858
def test_emscripten_scan_registers (self ):
7884
7859
self .set_setting ('ASYNCIFY' , 1 )
@@ -8733,13 +8708,6 @@ def setUp(self):
8733
8708
wasm2ss = make_run ('wasm2ss' , emcc_args = ['-O2' ], settings = {'STACK_OVERFLOW_CHECK' : 2 })
8734
8709
strict = make_run ('strict' , emcc_args = ['-O2' ], settings = {'DEFAULT_TO_CXX' : 0 })
8735
8710
8736
- < << << << HEAD
8737
- if not shared .Settings .WASM_BACKEND :
8738
- # emterpreter
8739
- asm2i = make_run ('asm2i' , emcc_args = ['-O2' , '-Wno-emterpreter' ], settings = {'EMTERPRETIFY' : 1 , 'WASM' : 0 })
8740
-
8741
- == == == =
8742
- >> >> >> > 02339 ca62 ... Remove emterpreter support .
8743
8711
if shared .Settings .WASM_BACKEND :
8744
8712
lsan = make_run ('lsan' , emcc_args = ['-fsanitize=leak' ], settings = {'ALLOW_MEMORY_GROWTH' : 1 })
8745
8713
asan = make_run ('asan' , emcc_args = ['-fsanitize=address' ], settings = {'ALLOW_MEMORY_GROWTH' : 1 , 'ASAN_SHADOW_SIZE' : 128 * 1024 * 1024 })
0 commit comments