@@ -12451,14 +12451,6 @@ def test_missing_malloc_export(self):
1245112451 def test_getrusage(self):
1245212452 self.do_other_test('test_getrusage.c')
1245312453
12454- @with_env_modify({'EMMAKEN_COMPILER': shared.CLANG_CC})
12455- def test_emmaken_compiler(self):
12456- self.assert_fail([EMCC, '-c', test_file('core/test_hello_world.c')], 'emcc: error: `EMMAKEN_COMPILER` is no longer supported')
12457-
12458- @with_env_modify({'EMMAKEN_CFLAGS': '-O2'})
12459- def test_emmaken_cflags(self):
12460- self.assert_fail([EMCC, '-c', test_file('core/test_hello_world.c')], 'emcc: error: `EMMAKEN_CFLAGS` is no longer supported')
12461-
1246212454 @no_windows('relies on a shell script')
1246312455 def test_compiler_wrapper(self):
1246412456 create_file('wrapper.sh', '''\
@@ -13045,10 +13037,6 @@ def test_missing_symbols_at_runtime(self, args):
1304513037 cflags=['-sWARN_ON_UNDEFINED_SYMBOLS=0', '-sAUTO_JS_LIBRARIES=0'] + args,
1304613038 assert_returncode=NON_ZERO)
1304713039
13048- @with_env_modify({'EMMAKEN_NO_SDK': '1'})
13049- def test_EMMAKEN_NO_SDK(self):
13050- self.assert_fail([EMCC, test_file('hello_world.c')], 'emcc: error: EMMAKEN_NO_SDK is no longer supported')
13051-
1305213040 @parameterized({
1305313041 'default': ('', '2147483648'),
1305413042 '1GB': ('-sMAXIMUM_MEMORY=1GB', '1073741824'),
0 commit comments