[Lldb-commits] [lldb] r322239 - Running this on other systems won't work because I don't

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 10 15:32:43 PST 2018


Author: jingham
Date: Wed Jan 10 15:32:43 2018
New Revision: 322239

URL: http://llvm.org/viewvc/llvm-project?rev=322239&view=rev
Log:
Running this on other systems won't work because I don't
know how to specifically build a MachO binary on other systems.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py?rev=322239&r1=322238&r2=322239&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/macosx/find-app-in-bundle/TestFindAppInBundle.py Wed Jan 10 15:32:43 2018
@@ -14,6 +14,7 @@ import lldbsuite.test.lldbutil as lldbut
 import lldbsuite.test.lldbplatformutil as lldbplatformutil
 from lldbsuite.test.lldbtest import *
 
+ at decorators.skipUnlessDarwin
 class FindAppInMacOSAppBundle(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)




More information about the lldb-commits mailing list