diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 10:35:05 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-09 10:35:05 -0800 |
commit | 8895a70f62a404bda5d63547c4ca6a53fd82e7c7 (patch) | |
tree | 946ebb05f36acb4150fe2604be63366310f5a1ba | |
parent | bb6620bd43c362595e1738717b5ad822add230c4 (diff) |
test clarification
-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 8871892e..2579f67c 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4348,8 +4348,8 @@ Child2:9 self.do_run(src, '*closured*\ndata: 100,1,50,25\n', post_build=post) def test_safe_heap(self): - if Settings.USE_TYPED_ARRAYS == 2: return self.skip('It is ok to violate the load-store assumption with TA2') if not Settings.SAFE_HEAP: return self.skip('We need SAFE_HEAP to test SAFE_HEAP') + if Settings.USE_TYPED_ARRAYS == 2: return self.skip('It is ok to violate the load-store assumption with TA2') if Building.LLVM_OPTS: return self.skip('LLVM can optimize away the intermediate |x|') src = ''' |