From a746b4c98c7c25eb25d6080892c22713937cee23 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 18 Feb 2014 11:29:07 -0800 Subject: fast test_longjmp_repeat in fastcomp --- tests/test_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_core.py b/tests/test_core.py index 257e9301..bdbafde7 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1138,7 +1138,7 @@ 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_repeat(self): - Settings.MAX_SETJMPS = 1 + if os.environ.get('EMCC_FAST_COMPILER') != '1': Settings.MAX_SETJMPS = 1 # todo: do this more strict thing in fastcomp too test_path = path_from_root('tests', 'core', 'test_longjmp_repeat') src, output = (test_path + s for s in ('.in', '.out')) self.do_run_from_file(src, output) -- cgit v1.2.3-18-g5258