Skip dsym tests on Linux

llvm-svn: 168370
This commit is contained in:
Daniel Malea 2012-11-20 16:07:33 +00:00
parent 6db8ad43df
commit a750049171
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ just_do_benchmarks_test = False
# Use @dsym_test or @dwarf_test decorators, defined in lldbtest.py, to mark a test
# as a dsym or dwarf test. Use '-N dsym' or '-N dwarf' to exclude dsym or dwarf
# tests from running.
dont_do_dsym_test = False
dont_do_dsym_test = "linux" in sys.platform
dont_do_dwarf_test = False
# The blacklist is optional (-b blacklistFile) and allows a central place to skip