[Python-checkins] python/dist/src/Lib/test regrtest.py,1.141,1.142

Martin v. Löwis martin@v.loewis.de
09 Jun 2003 01:43:00 +0200


Andrew MacIntyre <andymac@bullseye.apana.org.au> writes:

> Several of these exclusions are incorrect, if I understand the comments
> in regrtest.py correctly - specifically test_socketserver, test_socket_ssl
> and test_timeout all depend on the network resource.  These 3 should pass
> on a FreeBSD 4.x box with the network resource enabled, and
> test_socketserver & test_socket_ssl should pass (with -u network) on
> FreeBSD 4.x in the 2.2-maintenance branch as well.

I have long given up trying to understand what an "expected skipped"
test is, and instead I'm now following Tim Peter's advise to trust
platform experts on these issues. So if you think anything should be
changed, please submit a patch to SF, and I'll apply it. You might
want to get into contact with the original submitter of the patch
first.

If you submit a patch, a patch for the mainline would be sufficient; I
can do the backport if changes are identical.

Regards,
Martin