diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-18 21:04:54 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-18 21:04:54 -0700 |
commit | 544b922fd0059996989cc8aa12237d97bf5125bb (patch) | |
tree | 15a838ca3a9618af9c3b2beff6d3bbf4fd057aba /tests | |
parent | c0074e01ac06a66faf3e9d91f1cecb4ff02c7ee9 (diff) |
throw in longjmp, do not overwrite previous throw data in setThrew, and enable test_longjmp in asm
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index b3d995bf..f6614048 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -2310,8 +2310,6 @@ cat |umber one top notchfi FI FO FUM WHEN WHERE WHY HOW WHO|''', ['wowie', 'too' self.do_run(src, 'Assertion failed: 1 == false') def test_longjmp(self): - if Settings.ASM_JS: return self.skip('asm does not support longjmp') - src = r''' #include <stdio.h> #include <setjmp.h> |