[Lldb-commits] [lldb] r307391 - Disable TestGoASTContext
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 7 04:02:28 PDT 2017
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()
More information about the lldb-commits
mailing list