[Lldb-commits] [PATCH] Local Linux debugging via LLGS passing all Linux local debugging tests.

Chaoren Lin chaorenl at google.com
Mon Feb 2 15:56:33 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


http://reviews.llvm.org/D7238

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list