diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-14 15:39:26 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-14 15:39:26 -0800 |
commit | 8fcc5d6fb6e8af52c9bb13fecd6edc4672b85ed6 (patch) | |
tree | 11851005e1b679afa2c3569e74f277c7784f8fbd | |
parent | 147035322e2eb8c59250f3239f10304960d7293e (diff) |
run test_mmap only in spidermonkey, node fails in 64-bit
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 3240d3d2..d718fcbf 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6172,6 +6172,8 @@ void*:16 self.do_run(src, '*10,22*') def test_mmap(self): + self.banned_js_engines = [NODE_JS] # slower, and fail on 64-bit + Settings.TOTAL_MEMORY = 128*1024*1024 src = ''' |