aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-03 15:49:36 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-03-03 15:49:36 -0800
commitab45ff99a7ebae47372492f7f1d445e4892aaf7e (patch)
tree7670aee5ff42145d7d113af9ed47721e336d6c00 /tests
parent8cc0273ae706c88e403ddacefbe795bb9244ab1d (diff)
disable test_dlmalloc, it is not comparable to native due to syscalls anyhow
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 1858ab45..2515ef33 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -11213,7 +11213,7 @@ elif 'benchmark' in str(sys.argv):
Building.COMPILER_TEST_OPTS = []
TEST_REPS = 4
- TOTAL_TESTS = 9
+ TOTAL_TESTS = 8
tests_done = 0
total_times = map(lambda x: 0., range(TOTAL_TESTS))
@@ -11520,11 +11520,6 @@ elif 'benchmark' in str(sys.argv):
--------------------------------
''', shared_args=['-std=c99'], force_c=True)
- 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('system', 'lib', 'dlmalloc.c'), 'r').read() + '\n\n\n' + open(path_from_root('tests', 'dlmalloc_test.c'), 'r').read()
- self.do_benchmark('dlmalloc', src, ['400', '3000'], '*3000,0*')
-
def test_zlib(self):
src = open(path_from_root('tests', 'zlib', 'benchmark.c'), 'r').read()
emcc_args = self.get_library('zlib', os.path.join('libz.a'), make_args=['libz.a']) + \