This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients amaury.forgeotdarc, asvetlov, brian.curtin, eric.smith, ggenellina, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, ssbarnea, swarren
Date 2010-02-10.04:20:38
SpamBayes Score 1.5534494e-07
Marked as misclassified No
Message-id <1265775641.62.0.698581723432.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-02-10 04:20:41brian.curtinsetrecipients: + brian.curtin, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, jaraco, ggenellina, eric.smith, giampaolo.rodola, swarren, r.david.murray, ssbarnea, asvetlov
2010-02-10 04:20:41brian.curtinsetmessageid: <1265775641.62.0.698581723432.issue1578269@psf.upfronthosting.co.za>
2010-02-10 04:20:40brian.curtinlinkissue1578269 messages
2010-02-10 04:20:39brian.curtincreate