[Lldb-commits] [PATCH] Local Linux debugging via LLGS passing all Linux local debugging tests.
Chaoren Lin
chaorenl at google.com
Mon Feb 2 15:55:59 PST 2015
Hi Ed,
FreeBSD 10.1-RELEASE #0 r274401
Python 2.7.9
Ran 346 tests.
Failing Tests (346)
All of them for the same reason:
Traceback (most recent call last):
File "/usr/home/chaorenl/llvm/lldb/test/dotest.py", line 1307, in <module>
os.path.walk(testdir, visit, 'Test')
File "/usr/local/lib/python2.7/posixpath.py", line 238, in walk
func(arg, top, names)
File "/usr/home/chaorenl/llvm/lldb/test/dotest.py", line 1204, in visit
suite.addTests(unittest2.defaultTestLoader.loadTestsFromName(base))
File "/usr/home/chaorenl/llvm/lldb/test/unittest2/loader.py", line 111,
in loa
module = __import__('.'.join(parts_copy))
File "/usr/home/chaorenl/llvm/lldb/test/types/TestIntegerTypesExpr.py",
line 5
import AbstractBase
File "/usr/home/chaorenl/llvm/lldb/test/types/AbstractBase.py", line 7,
in <mo
import lldb
File
"/home/chaorenl/llvm/build/lib/python2.7/site-packages/lldb/__init__.py",
_lldb = swig_import_helper()
File
"/home/chaorenl/llvm/build/lib/python2.7/site-packages/lldb/__init__.py",
import _lldb
ImportError: No module named _lldb
On Mon, Feb 2, 2015 at 2:21 PM, Ed Maste <emaste at freebsd.org> wrote:
> In http://reviews.llvm.org/D7238#117166, @chaoren wrote:
>
> > Here you go. FWIW I also compiled this on Windows and FreeBSD, but with
> > hundreds of test failures (about the same as top of tree).
>
>
> I see no non-XFAIL failures on FreeBSD other than 5 lldb-mi tests (for
> which I have added a decorator locally):
>
> OK
> Ran 346 tests.
>
> What does your failure look like, and which FreeBSD version are you using?
>
>
> http://reviews.llvm.org/D7238
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150202/bf68208d/attachment.html>
More information about the lldb-commits
mailing list