Brian Curtin <cur...@acm.org> added the comment:

With patch #25, I get 6 test failures: test_glob, test_os, test_platform, 
test_posixpath, test_shutil, and test_tarfile. 

This is interesting because the failures are different depending on how I 
compile Python. Running in WOW64 (32-bit Python on 64-bit Windows), the tests 
fail for not having the required privilege. Running a 64-bit Python, the tests 
fail various asserts (see attached patch25results_python64.txt).

I haven't looked into why the behavior is different in WOW64 mode, but I'll try 
to take a look in the next day or so.

----------
Added file: http://bugs.python.org/file16199/patch25results_python64.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1578269>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to