Author: labath Date: Mon Feb 5 06:07:44 2018 New Revision: 324236 URL: http://llvm.org/viewvc/llvm-project?rev=324236&view=rev Log: Skip TestTargetSymbolsSepDebugSymlink on remote targets
Currently, our behavior when installing symlinks on the remote target is broken (pr36237). Modified: lldb/trunk/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py Modified: lldb/trunk/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py?rev=324236&r1=324235&r2=324236&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py (original) +++ lldb/trunk/packages/Python/lldbsuite/test/linux/sepdebugsymlink/TestTargetSymbolsSepDebugSymlink.py Mon Feb 5 06:07:44 2018 @@ -15,6 +15,7 @@ class TestTargetSymbolsSepDebugSymlink(T @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") _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits