diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-11-25 13:06:31 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-11-25 13:06:31 -0800 |
commit | b5eea6060f32c1be666fd52ba8b337701f8723dc (patch) | |
tree | 4c440d71cb05cbdec265121f02dc7f8857573005 /tests/runner.py | |
parent | d3f5cfa7e7544af1754be29c5776d32a5fc08c17 (diff) |
check stores in SAFE_HEAP
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 24f620f7..69b58672 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -739,6 +739,9 @@ if 'benchmark' not in sys.argv: self.do_test(src, '*5*', output_processor=check_warnings) def test_sizeof(self): + # Has invalid writes between printouts + global SAFE_HEAP; SAFE_HEAP = 0 + src = ''' #include <stdio.h> #include <string.h> |