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

Jan Kratochvil via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 10 04:15:41 PDT 2019


On Thu, 10 Oct 2019 00:22:09 +0200, Jan Kratochvil wrote:
> ------------------------------------------------------------------------------
> 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.

That was a false alarm:
	https://reviews.llvm.org/rL370054#684622
	Solved by @labath, I had leftover *.pyc file in
	./lldb/third_party/Python/module/pexpect-2.4/, it started working
	after deleting it.

It got there by some bisecting since a very old commit.


Sorry,
Jan


More information about the lldb-commits mailing list