This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients eli.bendersky, flox
Date 2012-06-15.08:18:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339748285.77.0.903136291102.issue15075@psf.upfronthosting.co.za>
In-reply-to
Content
The XincludeTest test-case in test_xml_etree is now skipped, because it fails in an intermittent manner. I can reproduce the failure when running full regrtest with -j1, but not -j8, and not when run individually.

The failure is most likely due to the test itself, in the way it imports the Python ET, leaving _elementtree out. 

This may be related to http://bugs.python.org/issue14035
History
Date User Action Args
2012-06-15 08:18:05eli.benderskysetrecipients: + eli.bendersky, flox
2012-06-15 08:18:05eli.benderskysetmessageid: <1339748285.77.0.903136291102.issue15075@psf.upfronthosting.co.za>
2012-06-15 08:18:05eli.benderskylinkissue15075 messages
2012-06-15 08:18:04eli.benderskycreate