Issue 1459808: test suite should pass with -Qnew ? (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/43103
classification
Title: | test suite should pass with -Qnew ? | ||
---|---|---|---|
Type: | Stage: | ||
Components: | Library (Lib) | Versions: | Python 2.5 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | nnorwitz | Nosy List: | anthonybaxter, georg.brandl, nnorwitz, tim.peters |
Priority: | normal | Keywords: |
Created on 2006-03-28 07:13 by anthonybaxter, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (5) | ||
---|---|---|
msg27909 - (view) | Author: Anthony Baxter (anthonybaxter) ![]() |
Date: 2006-03-28 07:13 |
Even though we're not going to change the default for -Q in Python 2.x, I feel that the testsuite and the stdlib should demonstrate best practices, and pass with -Qnew, at least. The following fail under 2.5-HEAD: test_builtin test_coercion test_decimal test_doctest | ||
msg27910 - (view) | Author: Tim Peters (tim.peters) * ![]() |
Date: 2006-03-28 07:29 |
Logged In: YES user_id=31435 FYI, test_doctest works w/ -Qnew now. | ||
msg27911 - (view) | Author: Tim Peters (tim.peters) * ![]() |
Date: 2006-03-28 07:39 |
Logged In: YES user_id=31435 FYI, test_builtin passes w/ or w/o -Qnew now, and I'm going to sleep :-). | ||
msg27912 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2006-03-28 10:37 |
Logged In: YES user_id=849994 Made test_decimal pass in rev 43385. Made test_coercion pass in revs 43385 and 43393. Fixed xdrlib and made test_xdrlib pass in rev 43394. Made test_augassign pass in rev 43395. Fixed uu, which made test_email pass in rev 43396. | ||
msg27913 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2006-03-28 11:02 |
Logged In: YES user_id=849994 Thomas fixed test_ctypes in rev 43397. Closing. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:16 | admin | set | github: 43103 |
2006-03-28 07:13:31 | anthonybaxter | create |