Message2487

Author kzuberi
Recipients
Date 2006-05-23.16:40:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
2008-02-20 17:18:31adminlinkissue1493696 messages
2008-02-20 17:18:31admincreate