diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-02-27 16:53:42 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-02-27 16:53:42 -0800 |
commit | 26ab22af91138dcad765cef82d312c99914b5093 (patch) | |
tree | 1945759416b22a68e8488ab3e2554d48dd8ca816 /tests | |
parent | 8d224bc085bbfcf626db8fe1da2a9679d13d96f4 (diff) |
debugging info for zlib
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 2c12007c..b775d77c 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1591,6 +1591,7 @@ if 'benchmark' not in sys.argv: if COMPILER == LLVM_GCC: # Test for line-specific corrections in gcc, and in clang do the opposite + global COMPILER_TEST_OPTS; COMPILER_TEST_OPTS = ['-g'] CORRECT_SIGNS = 2 CORRECT_SIGNS_LINES = [ "trees.c:728", "inflate.c:1169", "deflate.c:1566", "trees.c:773", "trees.c:1089", "adler32.c:69", "trees.c:1233", |