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