diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 10:44:10 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 14:23:24 -0800 |
commit | 3ee9d95f98391ab27fad70ed91321093febe518d (patch) | |
tree | 08d4ee311970c40d10d3e793f5b3bd46a685f699 /tests/runner.py | |
parent | 869a1b71291122beb210e0e9d37e86effbde1f62 (diff) |
test fixes and set sign and overflow correction to 1 when in asm mode
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/runner.py b/tests/runner.py index 81fe4b61..b256a04f 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6151,10 +6151,7 @@ def process(filename): if self.emcc_args is None: return self.skip('Very slow without ta2, and we would also need to include dlmalloc manually without emcc') if Settings.QUANTUM_SIZE == 1: return self.skip('TODO FIXME') - pgo_data = read_pgo_data(path_from_root('tests', 'sqlite', 'sqlite-autooptimize.fails.txt')) - Settings.CORRECT_SIGNS = 1 # XXX: in default, we fail with 2 here, even though the pgo_data should be correct (and works in s_0_0). Investigate this. - Settings.CORRECT_SIGNS_LINES = pgo_data['signs_lines'] Settings.CORRECT_OVERFLOWS = 0 Settings.CORRECT_ROUNDINGS = 0 if self.emcc_args is None: Settings.SAFE_HEAP = 0 # uses time.h to set random bytes, other stuff |