Issue2518

classification
Title: Multiple failures in test_xml_etree_jy
Type: behaviour Severity: normal
Components: Library Versions: Jython 2.7
Milestone:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jeff.allen
Priority: Keywords: test failure causes

Created on 2016-09-03.08:47:34 by jeff.allen, last changed 2016-09-03.22:08:58 by jeff.allen.

Messages
msg10929 (view) Author: Jeff Allen (jeff.allen) Date: 2016-09-03.08:47:33
In attempting to add a doctest to test_xml_etree_jy, I find that quite a few other tests also fail.

regrtest does not notice, because it doesn't actually run it. This is because it does not run when merely imported, yet has no test_main().
msg10931 (view) Author: Jeff Allen (jeff.allen) Date: 2016-09-03.22:08:58
I've dealt with test.regrtest not running this and some other tests. However, I've chosen to make this an "expected failure" for the time being. It ends like this for me:

6 items had failures:
   1 of   9 in test.test_xml_etree_jy.test_DTD
   2 of  12 in test.test_xml_etree_jy.test_current_location
   2 of   9 in test.test_xml_etree_jy.test_entity
   1 of   5 in test.test_xml_etree_jy.test_error_location
   1 of   9 in test.test_xml_etree_jy.test_internal_entities
   1 of   9 in test.test_xml_etree_jy.test_utf8
***Test Failed*** 8 failures.
test test_xml_etree_jy failed -- 8 of 146 doctests failed
History
Date User Action Args
2016-09-03 22:08:58jeff.allensetmessages: + msg10931
2016-09-03 08:47:34jeff.allencreate