diff options
author | alon@honor <none@none> | 2010-09-22 19:08:56 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-22 19:08:56 -0700 |
commit | dabe220dcb8f6d82f13a3a5577a375d6b9c7d3f5 (patch) | |
tree | 7a7315fe37ebf31b17e2f1f48d2abf8697c4818c /tests | |
parent | 6ed3cfef2fdd09865e83d80046169930be5082c7 (diff) |
disable relooping pending rewrite
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 7affaf24..f96ffed7 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -736,8 +736,7 @@ class T(unittest.TestCase): # XXX Warning: Running this in SpiderMonkey can lead to an extreme amount of memory being # used, see Mozilla bug 593659. assert PARSER_ENGINE != SPIDERMONKEY_ENGINE - # XXX RELOOP = 1 either is very very slow, or nonfinishing - self.do_test(path_from_root(['tests', 'sauer']), '*\nTemp is 33\n9\n5\nhello, everyone\n*', main_file='command.cpp', emscripten_settings='{"RELOOP": 0}') + self.do_test(path_from_root(['tests', 'sauer']), '*\nTemp is 33\n9\n5\nhello, everyone\n*', main_file='command.cpp') # Test compilation with all the frontend compilers we have for compiler_name, compiler_path in COMPILERS.iteritems(): |