Issue1556415

classification
Title: _expectations unset for jython in regrtest.py
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: high Keywords:

Created on 2006-09-11.14:32:41 by cgroves, last changed 2006-09-11.14:32:41 by cgroves.

Messages
msg1223 (view) Author: Charlie Groves (cgroves) Date: 2006-09-11.14:32:41
You can set a list of tests that are expected to fail
for a platform in _expectations in
Lib/test/regrtest.py.  This hasn't been done for Jython
so it's hard to tell when there's actually been a
regression.
History
Date User Action Args
2006-09-11 14:32:41cgrovescreate