[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:46:46 PDT 2015


If you check the python docs, it looks like you just can't use
asyncore.file_dispatcher and asyncore.file_wrapper.  Everything else seems
ok.  Just search the page for "Availability" and the only hits you get are
on those 2 fields, which says they are UNIX specific.

On Tue, Sep 15, 2015 at 12:44 PM Todd Fiala <todd.fiala at gmail.com> wrote:

> tfiala added a comment.
>
> In http://reviews.llvm.org/D12831#246394, @zturner wrote:
>
> > Sorry this took so long.  Here's my first run:
>
>
> No worries.
>
> > 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'
>
>
> Okay.  That's the part where asyncore docs and googling/SO differ on how
> much (if any) of asyncore works on Windows.
>
> At the moment I can nuke the CollectingReaderChannel.  I'll put up a
> diff.  If that works, great.  If not, we may still hit another part of
> asyncore that isn't supported, and that will take longer to work out a
> non-breaking solution.  Back as soon as I have a change to try...
>
> > 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
>
>
>
>
>
> http://reviews.llvm.org/D12831
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150915/174897c3/attachment.html>


More information about the lldb-commits mailing list