diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-28 17:12:37 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-28 17:12:37 -0800 |
commit | b67e161962795e4a7b3587ff4c2fbfb50b242322 (patch) | |
tree | b83c7edb520a24922481e4c39a505a4a09cec556 | |
parent | 146eff420861aa9167861af8849dc5109b4b3b22 (diff) |
disable asm2x86.test_exceptions_2
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index d0de0031..2a298147 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1276,6 +1276,8 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co def test_exceptions_2(self): if self.emcc_args is None: return self.skip('need emcc to add in libcxx properly') + if self.run_name == 'asm2x86': return self.skip('TODO') + Settings.DISABLE_EXCEPTION_CATCHING = 0 for safe in [0,1]: |