@skipUnlessDarwin TestTargetSourceMap
authorPavel Labath <labath@google.com>
Thu, 15 Mar 2018 09:16:15 +0000 (09:16 +0000)
committerPavel Labath <labath@google.com>
Thu, 15 Mar 2018 09:16:15 +0000 (09:16 +0000)
Our MachO parser works only on darwin.

llvm-svn: 327611

lldb/packages/Python/lldbsuite/test/functionalities/source-map/TestTargetSourceMap.py

index 6bcd9c9..2f8efbe 100644 (file)
@@ -7,6 +7,7 @@ class TestTargetSourceMap(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
+    @skipUnlessDarwin
     @no_debug_info_test
     def test_source_map(self):
         """Test target.source-map' functionality."""