[Python-Dev] Looking for volunteers to test Tulip on Windows (original) (raw)

Guido van Rossum guido at python.org
Fri Oct 18 19:57:38 CEST 2013


Thanks! Those are all expected (though contributions are always welcome -- not looking at you specifically :-).

Does examples/fetch3.py work for you with an https URL? (Try http://dropbox.com, i.e. without 's' -- you get two redirects to https URLs. :-)

On Fri, Oct 18, 2013 at 10:36 AM, Richard Oudkerk <shibturn at gmail.com>wrote:

On 18/10/2013 6:15pm, Guido van Rossum wrote:

Thanks! There are some new changes (I fixed a race with sockets closing) and I hope to land flow control (finally) later today.

Do you know what those skips are? I suspect they might be due to ssl not working for you either. :-( Lack of support for subprocess, signals, ssl (with iocp), pipes, add*() (with iocp): $ python-release runtests.py -v 2>&1 | grep skipped testaddsignalhandler (testevents.**SelectEventLoopTests) ... skipped 'No SIGKILL' testreadpipe (testevents.**SelectEventLoopTests) ... skipped "Don't support pipes for Windows" testsignalhandlingargs (testevents.**SelectEventLoopTests) ... skipped 'No SIGALRM' testsignalhandlingwhile**selecting (testevents.**SelectEventLoopTests) ... skipped 'No SIGALRM' testsubprocesscloseafter**finish (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocesscloseclient**stream (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessexec (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessexitcode (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessinteractive (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocesskill (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocesssendsignal (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessshell (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessstderr (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessstderr**redirecttostdout (testevents.**SelectEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testwritepipe (testevents.**SelectEventLoopTests) ... skipped "Don't support pipes for Windows" testwritepipedisconnecton**close (testevents.**SelectEventLoopTests) ... skipped "Don't support pipes for Windows" testaddsignalhandler (testevents.**ProactorEventLoopTests) ... skipped 'No SIGKILL' testcreatedatagramendpoint (testevents.**ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have createdatagramendpoint()' testcreateserverssl (testevents.**ProactorEventLoopTests) ... skipped 'IocpEventLoop imcompatible with SSL' testcreatesslconnection (testevents.**ProactorEventLoopTests) ... skipped 'IocpEventLoop imcompatible with SSL' testreadpipe (testevents.**ProactorEventLoopTests) ... skipped "Don't support pipes for Windows" testreadercallback (testevents.**ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have addreader()' testreadercallbackcancel (testevents.**ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have addreader()' testsignalhandlingargs (testevents.**ProactorEventLoopTests) ... skipped 'No SIGALRM' testsignalhandlingwhile**selecting (testevents.**ProactorEventLoopTests) ... skipped 'No SIGALRM' testsubprocesscloseafter**finish (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocesscloseclient**stream (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessexec (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessexitcode (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessinteractive (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocesskill (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocesssendsignal (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessshell (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessstderr (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testsubprocessstderr**redirecttostdout (testevents.**ProactorEventLoopTests) ... skipped "Don't support subprocess for Windows yet" testwritepipe (testevents.**ProactorEventLoopTests) ... skipped "Don't support pipes for Windows" testwritepipedisconnecton**close (testevents.**ProactorEventLoopTests) ... skipped "Don't support pipes for Windows" testwritercallback (testevents.**ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have addwriter()' testwritercallbackcancel (testevents.**ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have addwriter()' OK (skipped=39) -- Richard

-- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20131018/d57b9a76/attachment.html>



More information about the Python-Dev mailing list