aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-07-20 19:34:58 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-07-20 19:34:58 -0700
commit1830d2c50c5e242d452741850b6b9d652245663b (patch)
tree1b778e8642838852df46fe1a02fb86d7d0b56890 /tests/runner.py
parent1cb5216141f58cdf45035bbd24f19702353b26d1 (diff)
recursively outline when the total cost is not too high, and adjust outlining parameters
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 9feaeaed..521d59ad 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -10865,7 +10865,7 @@ f.close()
low = expected_ranges[outlining_limit][0]
seen = max(measure_funcs('test.js').values())
high = expected_ranges[outlining_limit][1]
- print ' ', low, '<=', seen, '<=', high
+ print outlining_limit, ' ', low, '<=', seen, '<=', high
assert low <= seen <= high
test('zlib', path_from_root('tests', 'zlib', 'example.c'),