diff options
-rw-r--r-- | tests/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 984ea3f9..2a7321b7 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2610,9 +2610,9 @@ else: global COMPILER_TEST_OPTS; COMPILER_TEST_OPTS = [] - QUANTUM_SIZE = 4 + QUANTUM_SIZE = 1 RELOOP = OPTIMIZE = 1 - USE_TYPED_ARRAYS = 2 + USE_TYPED_ARRAYS = 0 ASSERTIONS = SAFE_HEAP = CHECK_OVERFLOWS = CORRECT_OVERFLOWS = CHECK_SIGNS = INIT_STACK = AUTO_OPTIMIZE = 0 INVOKE_RUN = 1 CORRECT_SIGNS = 0 |