From e8db13da0a0e3c9bfe98a910e4701da0daa1d01a Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Wed, 10 Jan 2018 23:32:43 +0000 Subject: [PATCH] Running this on other systems won't work because I don't know how to specifically build a MachO binary on other systems. llvm-svn: 322239 --- .../test/macosx/find-app-in-bundle/TestFindAppInBundle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py b/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py index c5dbe5795873..3359f9734224 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py +++ b/lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py @@ -14,6 +14,7 @@ import lldbsuite.test.lldbutil as lldbutil import lldbsuite.test.lldbplatformutil as lldbplatformutil from lldbsuite.test.lldbtest import * +@decorators.skipUnlessDarwin class FindAppInMacOSAppBundle(TestBase): mydir = TestBase.compute_mydir(__file__)