diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-06-10 07:40:45 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-06-10 07:40:45 -0700 |
commit | 399d78d9c2663e0b2ce874bf30e9b7993f231f06 (patch) | |
tree | c161cbab01e344bfb7ad230d73a70cc06b7d6293 /tests/runner.py | |
parent | cbeef5e06add8e795d50be95d6409993dd3a2d77 (diff) |
disable bullet in ta2
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 7a278ace..54542db1 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1950,7 +1950,7 @@ if 'benchmark' not in sys.argv: if COMPILER == LLVM_GCC: global INIT_STACK; INIT_STACK = 1 # TODO: Investigate why this is necessary - if USE_TYPED_ARRAYS == 2 and LLVM_OPTS: return self.skip() # We have slightly different rounding here for some reason. TODO: activate this + if USE_TYPED_ARRAYS == 2: return self.skip() # We have slightly different rounding here for some reason. TODO: activate this if SAFE_HEAP: # Ignore bitfield warnings |