[llvm-bugs] [Bug 33643] New: TestGoAstContext fails with go 1.8

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jun 29 07:29:16 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33643

            Bug ID: 33643
           Summary: TestGoAstContext fails with go 1.8
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: labath at google.com
                CC: llvm-bugs at lists.llvm.org

======================================================================
FAIL: test_with_dsym_and_python_api (TestGoASTContext.TestGoASTContext)
   Test GoASTContext dwarf parsing.
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/local/google/home/labath/ll/lldb/packages/Python/lldbsuite/test/decorators.py",
line 140, in wrapper
    func(*args, **kwargs)
  File
"/usr/local/google/home/labath/ll/lldb/packages/Python/lldbsuite/test/decorators.py",
line 334, in wrapper
    return func(self, *args, **kwargs)
  File
"/usr/local/google/home/labath/ll/lldb/packages/Python/lldbsuite/test/decorators.py",
line 140, in wrapper
    func(*args, **kwargs)
  File
"/usr/local/google/home/labath/ll/lldb/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py",
line 27, in test_with_dsym_and_python_api
    self.go_builtin_types()
  File
"/usr/local/google/home/labath/ll/lldb/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py",
line 82, in go_builtin_types
    self.check_builtin('int16', 2)
  File
"/usr/local/google/home/labath/ll/lldb/packages/Python/lldbsuite/test/lang/go/types/TestGoASTContext.py",
line 40, in check_builtin
    self.assertEqual(1, len(tl))
AssertionError: 1 != 0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170629/c95cf6fb/attachment-0001.html>


More information about the llvm-bugs mailing list