diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-11 21:21:58 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-11 21:21:58 -0800 |
commit | 0b77979d2ca821de1b25fb0539bfd1560d5b477e (patch) | |
tree | 02bbcd2041256b8017cda70ea750d077116d7492 | |
parent | 2a2c40072744e8b52c093d4b839f72c1a48387c2 (diff) |
test fixes
-rw-r--r-- | tests/runner.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 0e5fa95f..5d29d6c9 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3637,6 +3637,8 @@ Block 0: ''', post_build=post1) # Part 2: old JS version + if Settings.USE_TYPED_ARRAYS == 2: return self.skip('LLVM opts inline out the inner func') + Settings.PROFILE = 1 Settings.INVOKE_RUN = 0 @@ -4129,7 +4131,8 @@ Child2:9 def test_linespecific(self): Settings.CHECK_SIGNS = 0 Settings.CHECK_OVERFLOWS = 0 - Settings.I64_MODE = 0 # We do not support 64-bit addition etc. in mode 1 + + if Settings.USE_TYPED_ARRAYS == 2: return self.skip('LLVM opts optimize out the things we check') # Signs |