@@ -7213,7 +7213,6 @@ def test_emulate_function_pointer_casts(self):
72137213 })
72147214 def test_demangle_stacks (self , extra_args ):
72157215 self .emcc_args += extra_args
7216- self .set_setting ('DEMANGLE_SUPPORT' )
72177216 self .set_setting ('ASSERTIONS' )
72187217 # disable aggressive inlining in binaryen
72197218 self .set_setting ('BINARYEN_EXTRA_PASSES' , '--one-caller-inline-max-function-size=1' )
@@ -7234,7 +7233,6 @@ def test_demangle_stacks_symbol_map(self):
72347233 self .set_setting ('BINARYEN_EXTRA_PASSES' , '--one-caller-inline-max-function-size=1' )
72357234 self .set_setting ('DEFAULT_LIBRARY_FUNCS_TO_INCLUDE' , '$stackTrace' )
72367235
7237- self .set_setting ('DEMANGLE_SUPPORT' )
72387236 self .set_setting ('ENVIRONMENT' , 'node,shell' )
72397237 if '-O' not in str (self .emcc_args ) or '-O0' in self .emcc_args or '-O1' in self .emcc_args or '-g' in self .emcc_args :
72407238 self .skipTest ("without opts, we don't emit a symbol map" )
@@ -7943,7 +7941,6 @@ def test_modularize_closure_pre(self):
79437941 @no_wasm2js ('symbol names look different wasm2js backtraces' )
79447942 @also_with_wasm_bigint
79457943 def test_emscripten_log (self ):
7946- self .set_setting ('DEMANGLE_SUPPORT' )
79477944 if '-g' not in self .emcc_args :
79487945 self .emcc_args .append ('-g' )
79497946 self .emcc_args += ['-DRUN_FROM_JS_SHELL' , '-Wno-deprecated-pragma' ]
0 commit comments