aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-08 19:48:19 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-08 19:48:19 -0700
commitefaf3590ac33702eeff423e31e85f690b1fc7eb2 (patch)
tree94060f65fd7dd8de6cb18ec934ecb9a0766afb4b /tests/runner.py
parentc33144ef63e94a31b00d7e64a64049289e78aba8 (diff)
dlmalloc tweaks
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 7e5b0446..a96a65e7 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4236,7 +4236,7 @@ else:
def test_dlmalloc(self):
global COMPILER_TEST_OPTS; COMPILER_TEST_OPTS = ['-g']
global CORRECT_SIGNS; CORRECT_SIGNS = 2
- global CORRECT_SIGNS_LINES; CORRECT_SIGNS_LINES = ['src.cpp:' + str(i) for i in [4816, 4191, 4246, 4199, 4205, 4235, 4227]]
+ global CORRECT_SIGNS_LINES; CORRECT_SIGNS_LINES = ['src.cpp:' + str(i+4) for i in [4816, 4191, 4246, 4199, 4205, 4235, 4227]]
src = open(path_from_root('tests', 'dlmalloc.c'), 'r').read()
self.do_benchmark(src, ['400', '400'], '*400,0*')