New submission from R. David Murray <rdmur...@bitdance.com>: I worked for a while tracking down a mysterious failure in test_normalization on my machine. I eventually discovered that a clean checkout did not exhibit the problem. A distclean on my original checkout did not fix the problem. By doing a diff I finally figured out that the NormalizationTest.txt file is (a) downloaded the first time the test is run and (b) not removed afterward and (c) not removed by distclean.
How I wound up with a truncated file I don't know, nor am I quite sure what the best solution to this little confusion is. It seems very odd that a file is dumped and left in the CWD by a test. ---------- components: Tests keywords: easy messages: 90432 nosy: r.david.murray priority: low severity: normal stage: needs patch status: open title: test_normalization failures due to truncated NormalizationTest.txt file type: behavior versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6464> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com