summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/lldbinline.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lldbinline.py b/lldb/test/lldbinline.py
index 24b328740cf..52925a0c94d 100644
--- a/lldb/test/lldbinline.py
+++ b/lldb/test/lldbinline.py
@@ -103,6 +103,7 @@ def CleanMakefile():
class InlineTest(TestBase):
# Internal implementation
+ @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
def buildDsymWithImplicitMakefile(self):
BuildMakefile(self.mydir)
self.buildDsym()
@@ -111,6 +112,7 @@ class InlineTest(TestBase):
BuildMakefile(self.mydir)
self.buildDwarf()
+ @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
def test_with_dsym(self):
self.buildDsymWithImplicitMakefile()
self.do_test()
OpenPOWER on IntegriCloud