disable non-emcc runs in test_uncaught_exception

This commit is contained in:
Alon Zakai 2012-02-09 13:49:48 -08:00
Родитель 5ad789bfb4
Коммит 39a1770100
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1403,6 +1403,8 @@ if 'benchmark' not in str(sys.argv) and 'sanity' not in str(sys.argv):
self.do_run(src, 'Throw...Construct...Catched...Destruct...Throw...Construct...Copy...Catched...Destruct...Destruct...')
def test_uncaught_exception(self):
if self.emcc_args is None: return self.skip('no libcxx inclusion without emcc')
Settings.EXCEPTION_DEBUG = 0 # Messes up expected output.
Settings.DISABLE_EXCEPTION_CATCHING = 0