[Python-bugs-list] [Bug #114775] test_minidom failing on Windows

noreply@sourceforge.net noreply@sourceforge.net
Tue, 19 Sep 2000 07:05:47 -0700


Bug #114775, was updated on 2000-Sep-18 21:38
Here is a current snapshot of the bug.

Project: Python
Category: Library
Status: Open
Resolution: None
Bug Group: None
Priority: 9
Summary: test_minidom failing on Windows

Details: Was working until very recently:

C:\Code\python\dist\src\PCbuild>python ../lib/test/regrtest.py test_minidom

test_minidom
test test_minidom failed -- Writing: ' ', expected: '>'
1 test failed: test_minidom

C:\Code\python\dist\src\PCbuild>


Follow-Ups:

Date: 2000-Sep-18 21:43
By: tim_one

Comment:
Boosted at priority, as must work for release.
-------------------------------------------------------

Date: 2000-Sep-18 21:58
By: fdrake

Comment:
I get this on Linux-Mandrake 7.1:

test_minidom
test test_minidom failed -- Writing: ' ', expected: '\012'
1 test failed: test_minidom

Note that the test output contains reprs of instance objects using the <foo.MyClass instance at xxxx> form, and this is about as non-portable as it gets.  Just running the test script directly (not via regrtest.py) does not produce any failures.

The test needs to be modified to produce portable output, with non-portable output reserved for verbose mode.
-------------------------------------------------------

Date: 2000-Sep-19 07:05
By: jhylton

Comment:
fails on Linux, too

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=114775&group_id=5470