@@ -6306,7 +6306,6 @@ def test_jslib(self):
63066306 @with_env_modify ({'LC_ALL' : 'latin-1' , 'PYTHONUTF8' : '0' , 'PYTHONCOERCECLOCALE' : '0' })
63076307 @crossplatform
63086308 @no_modularize_instance ('uses MODULARIZE' )
6309- @no_strict_js ('MODULARIZE is not compatible with STRICT_JS' )
63106309 @no_omit_asm_module_exports ('MODULARIZE is not compatible with DECLARE_ASM_MODULE_EXPORTS=0' )
63116310 def test_unicode_js_library (self ):
63126311 # First verify that we have correct overridden the default python file encoding.
@@ -8038,7 +8037,6 @@ def get_wat_addr(call_index):
80388037
80398038 @no_omit_asm_module_exports ('MODULARIZE is not compatible with DECLARE_ASM_MODULE_EXPORTS=0' )
80408039 @no_modularize_instance ('uses -sMODULARIZE' )
8041- @no_strict_js ('MODULARIZE is not compatible with STRICT_JS' )
80428040 def test_modularize_closure_pre (self ):
80438041 # test that the combination of modularize + closure + pre-js works. in that mode,
80448042 # closure should not minify the Module object in a way that the pre-js cannot use it.
@@ -8985,7 +8983,6 @@ def test_asan_api(self):
89858983 self .do_core_test ('test_asan_api.c' , cflags = ['-fsanitize=address' ])
89868984
89878985 @asan
8988- @no_strict_js ('MODULARIZE is not compatible with STRICT_JS' )
89898986 @no_omit_asm_module_exports ('MODULARIZE is not compatible with DECLARE_ASM_MODULE_EXPORTS=0' )
89908987 @no_modularize_instance ('uses MODULARIZE' )
89918988 def test_asan_modularized_with_closure (self ):
@@ -9677,7 +9674,7 @@ def test_esm_integration(self):
96779674 self .assertFileContents (test_file ('core/test_esm_integration.expected.mjs' ), read_file ('hello_world.mjs' ))
96789675
96799676 @no_omit_asm_module_exports ('MODULARIZE is not compatible with DECLARE_ASM_MODULE_EXPORTS=0' )
9680- @no_strict_js ('MODULARIZE is not compatible with STRICT_JS' )
9677+ @no_strict_js ('EXPORT_ES6 is not compatible with STRICT_JS' )
96819678 def test_modularize_instance_hello (self ):
96829679 self .do_core_test ('test_hello_world.c' , cflags = ['-sMODULARIZE=instance' , '-Wno-experimental' ])
96839680
@@ -9686,7 +9683,7 @@ def test_modularize_instance_hello(self):
96869683 'pthreads' : (['-pthread' ],),
96879684 })
96889685 @no_omit_asm_module_exports ('MODULARIZE is not compatible with DECLARE_ASM_MODULE_EXPORTS=0' )
9689- @no_strict_js ('MODULARIZE is not compatible with STRICT_JS' )
9686+ @no_strict_js ('EXPORT_ES6 is not compatible with STRICT_JS' )
96909687 def test_modularize_instance (self , args ):
96919688 if args :
96929689 self .require_pthreads ()
@@ -9722,7 +9719,7 @@ def test_modularize_instance(self, args):
97229719
97239720 @no_omit_asm_module_exports ('MODULARIZE is not compatible with DECLARE_ASM_MODULE_EXPORTS=0' )
97249721 @no_4gb ('EMBIND_AOT can\' t lower 4gb' )
9725- @no_strict_js ('MODULARIZE is not compatible with STRICT_JS' )
9722+ @no_strict_js ('EXPORT_ES6 is not compatible with STRICT_JS' )
97269723 def test_modularize_instance_embind (self ):
97279724 self .run_process ([EMXX , test_file ('modularize_instance_embind.cpp' ),
97289725 '-sMODULARIZE=instance' ,
0 commit comments