aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-04-18 21:04:54 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-04-18 21:04:54 -0700
commit544b922fd0059996989cc8aa12237d97bf5125bb (patch)
tree15a838ca3a9618af9c3b2beff6d3bbf4fd057aba /tests
parentc0074e01ac06a66faf3e9d91f1cecb4ff02c7ee9 (diff)
throw in longjmp, do not overwrite previous throw data in setThrew, and enable test_longjmp in asm
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
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>