[Lldb-commits] [lldb] r247690 - Skip TestGoASTContext on remote targets as it it not remote compatible
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 15 07:04:52 PDT 2015
Author: tberghammer
Date: Tue Sep 15 09:04:52 2015
New Revision: 247690
URL: http://llvm.org/viewvc/llvm-project?rev=247690&view=rev
Log:
Skip TestGoASTContext on remote targets as it it not remote compatible
Modified:
lldb/trunk/test/lang/go/types/TestGoASTContext.py
Modified: lldb/trunk/test/lang/go/types/TestGoASTContext.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/go/types/TestGoASTContext.py?rev=247690&r1=247689&r2=247690&view=diff
==============================================================================
--- lldb/trunk/test/lang/go/types/TestGoASTContext.py (original)
+++ lldb/trunk/test/lang/go/types/TestGoASTContext.py Tue Sep 15 09:04:52 2015
@@ -11,6 +11,7 @@ class TestGoASTContext(TestBase):
mydir = TestBase.compute_mydir(__file__)
@python_api_test
+ @skipIfRemote # Not remote test suit ready
@skipUnlessGoInstalled
def test_with_dsym_and_python_api(self):
"""Test GoASTContext dwarf parsing."""
More information about the lldb-commits
mailing list