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.""" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits