From a75004917151ec417dc9c3357444bdf9abe0aad5 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Tue, 20 Nov 2012 16:07:33 +0000 Subject: [PATCH] Skip dsym tests on Linux llvm-svn: 168370 --- lldb/test/dotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index 78ba02a..500559c 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -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 -- 2.7.4