Skip dsym tests on Linux
authorDaniel Malea <daniel.malea@intel.com>
Tue, 20 Nov 2012 16:07:33 +0000 (16:07 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Tue, 20 Nov 2012 16:07:33 +0000 (16:07 +0000)
llvm-svn: 168370

lldb/test/dotest.py

index 78ba02a..500559c 100755 (executable)
@@ -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