Skip TestTargetSymbolsSepDebugSymlink on remote targets
authorPavel Labath <labath@google.com>
Mon, 5 Feb 2018 14:07:44 +0000 (14:07 +0000)
committerPavel Labath <labath@google.com>
Mon, 5 Feb 2018 14:07:44 +0000 (14:07 +0000)
Currently, our behavior when installing symlinks on the remote target is
broken (pr36237).

llvm-svn: 324236

lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py

index 51866df..541c350 100644 (file)
@@ -15,6 +15,7 @@ class TestTargetSymbolsSepDebugSymlink(TestBase):
     @no_debug_info_test  # Prevent the genaration of the dwarf version of this test
     @skipUnlessPlatform(['linux'])
     @skipIf(hostoslist=["windows"])
+    @skipIfRemote # llvm.org/pr36237
     def test_target_symbols_sepdebug_symlink_case(self):
         self.build(clean=True)
         exe = self.getBuildArtifact("dirsymlink/stripped.symlink")