aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-09-14 20:17:18 -0700
committeralon@honor <none@none>2010-09-14 20:17:18 -0700
commit14711e75215a3c3841dc82d34b9c8a6a0768112e (patch)
treea961190d2c6f290b8f6b2b10931df1d24854bb38 /tests/runner.py
parent0dd0f40a7a2c2fdf5e8344d492b3575fab8268a6 (diff)
additional sauer testing that can now pass
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 20849681..35bae578 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -737,7 +737,7 @@ class T(unittest.TestCase):
# 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']), '*Temp is 33\n9*', main_file='command.cpp', emscripten_settings='{"RELOOP": 0}')
+ self.do_test(path_from_root(['tests', 'sauer']), '*\nTemp is 33\n9\n5\n*', main_file='command.cpp', emscripten_settings='{"RELOOP": 0}')
if __name__ == '__main__':
if DEBUG: print "LLVM_GCC:", LLVM_GCC