This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Skipped test expectations for freebsd5
Type: Stage:
Components: Tests Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: ddorfman, loewis
Priority: normal Keywords: patch

Created on 2004-07-22 08:57 by ddorfman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
regrtest.diff ddorfman, 2004-07-22 08:57 Patch to regrtext.py
Messages (2)
msg46422 - (view) Author: Dima Dorfman (ddorfman) Date: 2004-07-22 08:57
Add list of tests that we expect to skip on freebsd5. Looking over 
the tests for freebsd4, it seems that they would apply on any 
version of FreeBSD, so the list is not duplicated explicitly. If in the 
future we find that the list usually doesn't differ between different 
versions of the same system, it might make sense to support 
patterns like 'freebsd*' instead of listing each version explicitly.

FWIW, all tests pass on a July 3rd -CURRENT
msg46423 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-07-26 12:10
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as regrtest.py 1.156 and 
1.145.4.1.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40618
2004-07-22 08:57:32ddorfmancreate