Staging
v0.5.1
https://github.com/python/cpython
Revision 9d2e3a1e2f248c75bd73874ac42ba77d4f7c4854 authored by Tim Peters on 01 September 2013, 20:56:22 UTC, committed by Tim Peters on 01 September 2013, 20:56:22 UTC
"The fix" is to tell Mercurial that the test files are binary.

Windows developers:  to get the correct line endings in your checkout,
delete Lib\test\xmltestdata, and then "hg revert" that directory.

Why the Windows buildbots didn't fail test_sax remains a mystery :-(
1 parent 4c8ce84
Raw File
Tip revision: 9d2e3a1e2f248c75bd73874ac42ba77d4f7c4854 authored by Tim Peters on 01 September 2013, 20:56:22 UTC
Fix issue 18889: test_sax: multiple failures on Windows desktop.
Tip revision: 9d2e3a1
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top