make test_bad_typeid fastcomp-only

This commit is contained in:
Alon Zakai 2014-07-29 10:38:49 -07:00
Родитель 8d9bbe805e
Коммит 183ad0f557
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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