diff options
author | Pavel Labath <labath@google.com> | 2018-02-05 14:07:44 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-02-05 14:07:44 +0000 |
commit | bcf201a843aa752c501ad48ab435cdb7c00e8bf8 (patch) | |
tree | 0c2a64e0e767a0f42d8bd9cd874f62fd8aa7f5bf /lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py | |
parent | 0b9e6224fc03f421811becb9403108b2009bc6e2 (diff) | |
download | bcm5719-llvm-bcf201a843aa752c501ad48ab435cdb7c00e8bf8.tar.gz bcm5719-llvm-bcf201a843aa752c501ad48ab435cdb7c00e8bf8.zip |
Skip TestTargetSymbolsSepDebugSymlink on remote targets
Currently, our behavior when installing symlinks on the remote target is
broken (pr36237).
llvm-svn: 324236
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py | 1 |
1 files changed, 1 insertions, 0 deletions
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") |