diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-14 15:34:31 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-14 15:34:31 -0800 |
commit | 147035322e2eb8c59250f3239f10304960d7293e (patch) | |
tree | fbe08d2633e382d8f6fcd986ffa1fce44330e831 /tests | |
parent | 284a433e94aa4ff93f2ad2415405a84324204b03 (diff) |
run test_dlmalloc only in spidermonkey, node fails in 64-bit
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index e90dc4cf..3240d3d2 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5967,6 +5967,7 @@ int main(int argc, char **argv) { def test_dlmalloc(self): if self.emcc_args is None: self.emcc_args = [] # dlmalloc auto-inclusion is only done if we use emcc + self.banned_js_engines = [NODE_JS] # slower, and fail on 64-bit Settings.CORRECT_SIGNS = 2 Settings.CORRECT_SIGNS_LINES = ['src.cpp:' + str(i+4) for i in [4816, 4191, 4246, 4199, 4205, 4235, 4227]] Settings.TOTAL_MEMORY = 128*1024*1024 # needed with typed arrays |