[Lldb-commits] [PATCH] D12831: Add JUnit/XUnit-formatted output to the lldb test run system

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 12:41:51 PDT 2015


Sorry this took so long.  Here's my first run:

Traceback (most recent call last):
  File "D:/src/llvm/tools/lldb/test/dotest.py", line 1416, in <module>
    import dosep
  File "D:\src\llvm\tools\lldb\test\dosep.py", line 48, in <module>
    import dotest_channels
  File "D:\src\llvm\tools\lldb\test\dotest_channels.py", line 22, in
<module>
    class CollectingReaderChannel(asyncore.file_dispatcher):
AttributeError: 'module' object has no attribute 'file_dispatcher'

I haven't looked into this at all yet, but thought I would post a
preliminary result as soon as I had one.  Will look into it now

On Mon, Sep 14, 2015 at 10:18 PM Todd Fiala <todd.fiala at gmail.com> wrote:

> tfiala updated this revision to Diff 34779.
> tfiala added a comment.
>
> Updated patch against svn r247664.
>
>
> http://reviews.llvm.org/D12831
>
> Files:
>   test/dosep.py
>   test/dotest.py
>   test/dotest_args.py
>   test/dotest_channels.py
>   test/settings/TestSettings.py
>   test/test_results.py
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150915/75e8817f/attachment.html>


More information about the lldb-commits mailing list