From c9823a494a96e2058f391a1778ad199f733c0423 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 2 Jun 2014 16:12:58 -0700 Subject: fix very large doubles; fixes #2392 --- tests/test_core.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_core.py') diff --git a/tests/test_core.py b/tests/test_core.py index 505a051b..64cb1657 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -797,6 +797,8 @@ 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_floatvars(self): + if self.run_name == 'slow2asm': return self.skip('FIXME in slow2asm') + test_path = path_from_root('tests', 'core', 'test_floatvars') src, output = (test_path + s for s in ('.in', '.out')) -- cgit v1.2.3-18-g5258