aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-28 20:51:55 -0700
committeralon@honor <none@none>2010-10-28 20:51:55 -0700
commit9343f81a117efd605ff274fd290d38d674c55d25 (patch)
tree22d720f5ca4c165b0fe0a0f6236348f563933ad6 /tests/runner.py
parent4b48a792ec61ce5b99c6eabf3b7b9f1e7f4afd8f (diff)
bustage fix
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 36d66af2..ea13326b 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -955,6 +955,7 @@ if 'benchmark' not in sys.argv:
self.do_test(src, output, ['3', '16'])
def test_dlmalloc(self):
+ assert COMPILER_ENGINE != SPIDERMONKEY_ENGINE # See sauer test
src = open(path_from_root(['tests', 'dlmalloc.c']), 'r').read()
self.do_test(src, '*1,0*')