aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-08-25 04:49:10 +0300
committermax99x <max99x@gmail.com>2011-08-25 04:49:10 +0300
commit96a5349290b327f024f05b906886aa4af6ed08b3 (patch)
treeb1dd74c5e07c8978a042efa9c8761d634d896365 /tests/runner.py
parent5acf78dda1ece67fb4fac131658147a725f802a4 (diff)
parent51c74c1c724281fac1f3f22fc10d7e6c38feb7b8 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 17403146..39cab477 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2739,6 +2739,7 @@ if 'benchmark' not in sys.argv:
src = open(path_from_root('tests', 'dlmalloc.c'), 'r').read()
self.do_test(src, '*1,0*', ['200', '1'])
+ self.do_test(src, '*400,0*', ['400', '400'], no_build=True)
def zzztest_gl(self):
# Switch to gcc from g++ - we don't compile properly otherwise (why?)