diff options
author | Jim Ingham <jingham@apple.com> | 2018-01-10 23:32:43 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2018-01-10 23:32:43 +0000 |
commit | e8db13da0a0e3c9bfe98a910e4701da0daa1d01a (patch) | |
tree | 58e1ddb6a9466f8a8ffe97dea139121dea08049e /lldb/packages/Python/lldbsuite/test | |
parent | f16fe0f2057100a2b0d61f967508ebf36d486af4 (diff) | |
download | bcm5719-llvm-e8db13da0a0e3c9bfe98a910e4701da0daa1d01a.tar.gz bcm5719-llvm-e8db13da0a0e3c9bfe98a910e4701da0daa1d01a.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 c5dbe579587..3359f973422 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__) |