From bcf201a843aa752c501ad48ab435cdb7c00e8bf8 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 5 Feb 2018 14:07:44 +0000 Subject: Skip TestTargetSymbolsSepDebugSymlink on remote targets Currently, our behavior when installing symlinks on the remote target is broken (pr36237). llvm-svn: 324236 --- .../test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py b/lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py index 51866df48d3..541c3508c84 100644 --- a/lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py +++ b/lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py @@ -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") -- cgit v1.2.3