make test_bad_typeid fastcomp-only
This commit is contained in:
Родитель
8d9bbe805e
Коммит
183ad0f557
|
@ -1501,6 +1501,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
def test_bad_typeid(self):
|
def test_bad_typeid(self):
|
||||||
if self.emcc_args is None: return self.skip('requires emcc')
|
if self.emcc_args is None: return self.skip('requires emcc')
|
||||||
|
if os.environ.get('EMCC_FAST_COMPILER') == '0': return self.skip('needs fastcomp')
|
||||||
|
|
||||||
Settings.ERROR_ON_UNDEFINED_SYMBOLS = 1
|
Settings.ERROR_ON_UNDEFINED_SYMBOLS = 1
|
||||||
Settings.DISABLE_EXCEPTION_CATCHING = 0
|
Settings.DISABLE_EXCEPTION_CATCHING = 0
|
||||||
|
|
Загрузка…
Ссылка в новой задаче