[lldb-dev] [Bug 33643] New: TestGoAstContext fails with go 1.8

2017-06-29 Thread via lldb-dev
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@lists.llvm.org
  Reporter: lab...@google.com
CC: llvm-b...@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 the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] Python scripting in Windows LLDB

2017-06-29 Thread Jamie Madill via lldb-dev
A ping for this regression - Ted Woodward seems to have had a patch for
fixing broken Windows scripting support but the 5.0.0 snapshot release
didn't have the fix. Is it possible to land that patch for the next
snapshot?

This is currently breaking LLDB Visual Studio Code integration on Windows
(for context, see https://github.com/vadimcn/vscode-lldb/issues/37 .)

Thanks!
Jamie
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] www/architecture.html

2017-06-29 Thread Jim Ingham via lldb-dev
The recent and not so recent moves from Core to Utility, etc. have left the 
information in this file stale.  It was last updated in 2013...  

Can one of the people doing this work (Zachary, Pavel...) take a look at this 
and bring it up to date, and maybe make more clear the current intentions for 
the layout?  That would be helpful for folks coming to work on the project, and 
also to give us a common understanding of the structure we're working towards.

Thanks!

Jim

___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev