Issue1493696

classification
Title: test_descr updates
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: fwierzbicki, kzuberi
Priority: normal Keywords: patch

Created on 2006-05-23.16:40:06 by kzuberi, last changed 2006-05-23.16:40:06 by kzuberi.

Files
File name Uploaded Description Edit Remove
test_descr_mod.patch kzuberi, 2006-05-23.16:40:06 updates to test_descr.py
Messages
msg2487 (view) Author: Khalid Zuberi (kzuberi) Date: 2006-05-23.16:40:06
test_descr from cpython was recently imported into
jython. This patch modifies the cpython version by
removing tests that depend on the cpython c extension
module xxsubtype, and by merging the pypy modification
of this script to run all tests instead of exiting at
the first failure.

After applying you can do:

  jython Lib/test/regrtest.py -v test_descr

and get a better picture of whats failing. Note you'll
also see that recursion bug mentioned in [ 1455153 ].

- kz
History
Date User Action Args
2006-05-23 16:40:06kzubericreate