Author: labath Date: Fri Jul 7 04:02:28 2017 New Revision: 307391 URL: http://llvm.org/viewvc/llvm-project?rev=307391&view=rev Log: Disable TestGoASTContext
it fails with go 1.8 and we don't seem to have a maintainer of that functionality. Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py?rev=307391&r1=307390&r2=307391&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py (original) +++ lldb/trunk/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py Fri Jul 7 04:02:28 2017 @@ -20,6 +20,7 @@ class TestGoASTContext(TestBase): @skipIfRemote # Not remote test suit ready @no_debug_info_test @skipUnlessGoInstalled + @expectedFailureAll(bugnumber="llvm.org/pr33643") def test_with_dsym_and_python_api(self): """Test GoASTContext dwarf parsing.""" self.buildGo() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits