diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-10 15:16:53 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-10 15:16:53 -0800 |
commit | b5f9734ee91a55bdc7176ee28ed125beed02c353 (patch) | |
tree | 67d8433cfb8f2d7aad2b7f4bdd1ffd02ed8ffd5b /tests | |
parent | ed896c9c00edc7c7bdd4c4cfaca057509c3cd628 (diff) | |
parent | fa4f4857166885f1dcfc3a85712473fb4711f08a (diff) |
Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3
Fix asm3.test_longjmp_throw
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 7c3c8857..70f12c7a 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1158,8 +1158,6 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co self.do_run_from_file(src, output) def test_longjmp_throw(self): - if self.run_name == 'asm3': return self.skip('issue 2069') # FIXME - for disable_throw in [0, 1]: print disable_throw Settings.DISABLE_EXCEPTION_CATCHING = disable_throw |