From daf42491e6fc73b3d56fe4bbfa3ae307928d2535 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 7 Jul 2017 11:02:28 +0000 Subject: Disable TestGoASTContext it fails with go 1.8 and we don't seem to have a maintainer of that functionality. llvm-svn: 307391 --- lldb/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py b/lldb/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py index 8e158c3e82d..9571e259629 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py +++ b/lldb/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py @@ -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() -- cgit v1.2.3