[Lldb-commits] [PATCH] D68606: [test] Split LLDB tests into filecheck, unittest and dotest.

Jan Kratochvil via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 9 15:21:57 PDT 2019


On Wed, 09 Oct 2019 21:21:44 +0200, Jonas Devlieghere wrote:
> I finally managed to reproduce and check-lldb was indeed broken. I've
> fixed it when re-landing the patch in r374201.

Yes, it does check-lldb now (47363a148f1d3003f0dd1cce234b60cdc8cc48bd).


Thanks,
Jan

------------------------------------------------------------------------------
There are now:
Failing Tests (5):
    lldb-api :: commands/expression/multiline-completion/TestMultilineCompletion.py
    lldb-api :: commands/gui/basic/TestGuiBasic.py
    lldb-api :: driver/batch_mode/TestBatchMode.py
    lldb-api :: iohandler/completion/TestIOHandlerCompletion.py
    lldb-api :: python_api/file_handle/TestFileHandle.py

due to:
ERROR: test_close (TestFileHandle.FileHandleTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jkratoch/redhat/llvm-monorepo2/lldb/packages/Python/lldbsuite/test/decorators.py", line 96, in expectedFailure_impl
    @wraps(func)
  File "/usr/lib64/python2.7/functools.py", line 33, in update_wrapper
    setattr(wrapper, attr, getattr(wrapped, attr))
AttributeError: 'FileHandleTestCase' object has no attribute '__name__'
etc.

I haven't yet tracked it down, I will bugreport that elsewhere.


More information about the lldb-commits mailing list