Skip dsym tests also on FreeBSD

llvm-svn: 184874
This commit is contained in:
Ed Maste 2013-06-25 19:59:56 +00:00
parent 0f987a6fb3
commit 3d3295daab
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,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 = "linux" in sys.platform
dont_do_dsym_test = "linux" in sys.platform or "freebsd" in sys.platform
dont_do_dwarf_test = False
# The blacklist is optional (-b blacklistFile) and allows a central place to skip