diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-07 09:07:32 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-07 09:07:32 -0800 |
commit | cb1a785b132482fc92ac65706119f6bf81fe6432 (patch) | |
tree | bb881656b8eb6bf38cd343f0e69472aeceff5b83 /tests | |
parent | f137ae9fc2745be3d15badb017a1c0030937dff2 (diff) |
optimize guard_acquire and guard_release and note that llvm violates SAFE_HEAP when using it
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index ca3fe473..86d37e8e 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3869,6 +3869,7 @@ def process(filename): ''', 'hello world', includes=[path_from_root('tests', 'libcxx', 'include')]); def test_static_variable(self): + Settings.SAFE_HEAP = 0 # LLVM mixes i64 and i8 in the guard check src = ''' #include <stdio.h> |