diff options
author | Pavel Labath <labath@google.com> | 2017-07-07 11:02:28 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-07-07 11:02:28 +0000 |
commit | daf42491e6fc73b3d56fe4bbfa3ae307928d2535 (patch) | |
tree | 36651535cf3916e8b21c8f1e2cbca9a3f988a629 /lldb/packages/Python/lldbsuite/test | |
parent | 96e600fcf55128b4f283cc70be64d2e3eb694a1a (diff) | |
download | bcm5719-llvm-daf42491e6fc73b3d56fe4bbfa3ae307928d2535.tar.gz bcm5719-llvm-daf42491e6fc73b3d56fe4bbfa3ae307928d2535.zip |
Disable TestGoASTContext
it fails with go 1.8 and we don't seem to have a maintainer of that
functionality.
llvm-svn: 307391
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |