aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-03 22:35:35 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-03 22:35:35 -0700
commit7a7ab766e560b812de639c772e1d1d43ad847157 (patch)
treeca1ff06ee9fa38978c715b3bb39160eb1cd60701 /tests/runner.py
parent6c259a53dd4bf1dd621dc102e0fc37a2c8a38773 (diff)
fix expect bug in library, fixes dlmalloc test
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index e24ea5b1..4dca5f63 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2902,7 +2902,6 @@ if 'benchmark' not in str(sys.argv):
self.do_test(src, j, [str(i)], lambda x: x.replace('\n', '*'), no_build=i>1)
def test_dlmalloc(self):
- #global DISABLE_EXCEPTIONS; DISABLE_EXCEPTIONS = 1
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]]