Skip dsym tests also on FreeBSD
authorEd Maste <emaste@freebsd.org>
Tue, 25 Jun 2013 19:59:56 +0000 (19:59 +0000)
committerEd Maste <emaste@freebsd.org>
Tue, 25 Jun 2013 19:59:56 +0000 (19:59 +0000)
llvm-svn: 184874

lldb/test/dotest.py

index c7d330c..e9b60a3 100755 (executable)
@@ -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