[New-bugs-announce] [issue15075] XincludeTest failure in test_xml_etree

Eli Bendersky report at bugs.python.org
Fri Jun 15 10:18:05 CEST 2012


New submission from Eli Bendersky <eliben at gmail.com>:

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

----------
components: Tests
messages: 162870
nosy: eli.bendersky, flox
priority: normal
severity: normal
stage: test needed
status: open
title: XincludeTest failure in test_xml_etree
type: crash
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15075>
_______________________________________


More information about the New-bugs-announce mailing list