diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-12 15:41:12 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-12 15:41:12 -0700 |
commit | 3a4bb38d59ae7008faad2a304534bb29b213e8d8 (patch) | |
tree | 9020a37e98234c2264280f3c7fd82cb9507f269a /tests/runner.py | |
parent | 1ea464d00828740ed7c898a9ac9eefdedbb2f7da (diff) |
fix __THREW__ initialization in asm.js invokes; test_exceptions now enabled and working in asm.js
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index fd9f7842..3c8f2d16 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -2486,7 +2486,6 @@ Exception execution path of first function! 1 ''') def test_exceptions(self): - if Settings.ASM_JS: return self.skip('no exceptions support in asm') if Settings.QUANTUM_SIZE == 1: return self.skip("we don't support libcxx in q1") if self.emcc_args is None: return self.skip('need emcc to add in libcxx properly') |