Re: [Python-Dev] testing in a Python --without-threads build

2007-09-11 Thread Aahz
On Tue, Sep 11, 2007, "Martin v. L?wis" wrote: > >>> No. IIUC, "expected skips" are a platform property. For your platform, >>> support for threads is expected (whatever your platform is as log as >>> it was built in this millenium). >> >> Really? I thought NetBSD was still iffy WRT threading. >

Re: [Python-Dev] testing in a Python --without-threads build

2007-09-10 Thread Martin v. Löwis
>> No. IIUC, "expected skips" are a platform property. For your platform, >> support for threads is expected (whatever your platform is as log as >> it was built in this millenium). > > Really? I thought NetBSD was still iffy WRT threading. Ah, right. Still, it seems that people expect that thre

Re: [Python-Dev] testing in a Python --without-threads build

2007-09-10 Thread Aahz
On Sat, Sep 08, 2007, "Martin v. L?wis" wrote: > > No. IIUC, "expected skips" are a platform property. For your platform, > support for threads is expected (whatever your platform is as log as > it was built in this millenium). Really? I thought NetBSD was still iffy WRT threading. -- Aahz ([EMA

Re: [Python-Dev] testing in a Python --without-threads build

2007-09-08 Thread Nicholas Bastin
Might expected skips instead be based on your current configuration instead of what someone statically decided what would be appropriate for your platform? Every new release I have to go through the 'unexpected skips' to determine that they're perfectly fine for how I configured python. It seems

Re: [Python-Dev] testing in a Python --without-threads build

2007-09-08 Thread Bill Janssen
> > Because regrtest.py was importing test_socket_ssl without catching the > > ImportError exception: > > If that is the reason you cannot run it, then it seems it works just > fine. There is nothing wrong with tests getting skipped. It wasn't getting skipped, it was crashing the regression testi

Re: [Python-Dev] testing in a Python --without-threads build

2007-09-08 Thread Martin v. Löwis
>> I can't seem to run the regression tests in a --without-threads build. >> Might be interesting to configure a buildbot this way to keep >> ourselves honest. > > Because regrtest.py was importing test_socket_ssl without catching the > ImportError exception: If that is the reason you cannot run

Re: [Python-Dev] testing in a Python --without-threads build

2007-09-08 Thread Bill Janssen
> I can't seem to run the regression tests in a --without-threads build. > Might be interesting to configure a buildbot this way to keep > ourselves honest. Because regrtest.py was importing test_socket_ssl without catching the ImportError exception: % ./python.exe ./Lib/test/regrtest.py test_soc

[Python-Dev] testing in a Python --without-threads build

2007-09-08 Thread Bill Janssen
I can't seem to run the regression tests in a --without-threads build. Might be interesting to configure a buildbot this way to keep ourselves honest. Bill ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-d