diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-13 21:21:09 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-13 21:21:09 -0800 |
commit | 989a5ed2822ca07053cd046172352763c6998d08 (patch) | |
tree | b1897e75e06ffd21c285debe34aff239ff891bb0 | |
parent | 8ba32fb2794e0ec0bed49938642d8456ef9370e3 (diff) |
comment
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index f2d4b5ff..d3a365c1 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -5262,6 +5262,7 @@ else: self.do_benchmark(src, ['10000', '1000'], 'blah=0.000000') def test_dlmalloc(self): + # XXX This seems to have regressed slightly with emcc. Are -g and the signs lines passed properly? src = open(path_from_root('src', 'dlmalloc.c'), 'r').read() + '\n\n\n' + open(path_from_root('tests', 'dlmalloc_test.c'), 'r').read() self.do_benchmark(src, ['400', '400'], '*400,0*', emcc_args=['-g', '-s', 'CORRECT_SIGNS=2', '-s', 'CORRECT_SIGNS_LINES=[4820, 4195, 4250, 4203, 4209, 4239, 4231]']) |