diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-18 21:39:22 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-18 21:39:22 -0700 |
commit | 5bdc1a5bab4a14a9970fb53be603989a57a3a67b (patch) | |
tree | 4e8a8329fef3cd39ca8bf79f5a43e68b615c80bc /tests/runner.py | |
parent | 93e4ae68d6263556f6bd2dfd4ffc9f1377ada7ce (diff) |
exit to caller when setjmp encounters an id that is not ours; enable test_longjmp2 and 3 in asm
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/runner.py b/tests/runner.py index fd8fce20..60b670f7 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -2341,8 +2341,6 @@ cat |umber one top notchfi FI FO FUM WHEN WHERE WHY HOW WHO|''', ['wowie', 'too' self.do_run(src, 'second\nmain: 1\n') def test_longjmp2(self): - if Settings.ASM_JS: return self.skip('asm does not support longjmp') - src = r''' #include <setjmp.h> #include <stdio.h> @@ -2389,8 +2387,6 @@ Exiting stack_manipulate_func, level: 0 ''') def test_longjmp3(self): - if Settings.ASM_JS: return self.skip('asm does not support longjmp') - src = r''' #include <setjmp.h> #include <stdio.h> |