File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1611,7 +1611,7 @@ def test_em_asm_2(self):
1611
1611
# Tests various different ways to invoke the MAIN_THREAD_EM_ASM(), MAIN_THREAD_EM_ASM_INT() and MAIN_THREAD_EM_ASM_DOUBLE() macros.
1612
1612
# This test is identical to test_em_asm_2, just search-replaces EM_ASM to MAIN_THREAD_EM_ASM on the test file. That way if new
1613
1613
# test cases are added to test_em_asm_2.cpp for EM_ASM, they will also get tested in MAIN_THREAD_EM_ASM form.
1614
- @@ no_wasm_backend
1614
+ @no_wasm_backend ( 'Proxying EM_ASM calls is not yet implemented in Wasm backend' )
1615
1615
def test_main_thread_em_asm (self ):
1616
1616
src = open (path_from_root ('tests' , 'core' , 'test_em_asm_2.cpp' ), 'r' ).read ()
1617
1617
test_file = 'src.cpp'
@@ -1624,7 +1624,7 @@ def test_main_thread_em_asm(self):
1624
1624
self .do_run_from_file (test_file , expected_result_file )
1625
1625
self .do_run_from_file (test_file , expected_result_file , force_c = True )
1626
1626
1627
- @no_wasm_backend
1627
+ @no_wasm_backend ( 'Proxying EM_ASM calls is not yet implemented in Wasm backend' )
1628
1628
def test_main_thread_async_em_asm (self ):
1629
1629
self .do_run_in_out_file_test ('tests' , 'core' , 'test_main_thread_async_em_asm' )
1630
1630
self .do_run_in_out_file_test ('tests' , 'core' , 'test_main_thread_async_em_asm' , force_c = True )
You can’t perform that action at this time.
0 commit comments