[issue3053] test_shutil fails under AIX

2010-09-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, closing. The original install was on a rather strange setup. -- resolution: -> works for me status: open -> closed ___ Python tracker ___ _

[issue3053] test_shutil fails under AIX

2010-09-10 Thread Sébastien Sablé
Sébastien Sablé added the comment: For info: I have no problem with test_shutil on AIX 6.1 with python 2.6.6 or python 3.2alpha2. There may be no problem anymore. -- nosy: +sable ___ Python tracker ___

[issue3053] test_shutil fails under AIX

2010-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue3053] test_shutil fails under AIX

2008-06-06 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Apparently it dates back to this commit: http://hg.pitrou.net/public/cpython/trunk/rev/56254b99fb78 Perhaps someone should ask the original author. But indeed I'm not sure why it's testing such implementation details. The only requirement abo

[issue3053] test_shutil fails under AIX

2008-06-06 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Is there any particular reason to assert for failed function at all? This test seems to be for 'onerror' function and the test would be valid even without asserting whether the failed API is 'remove' or 'listdir' etc. Isn't it?

[issue3053] test_shutil fails under AIX

2008-06-06 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Here is a working patch. I've also added a try/finally block, because otherwise the following tests in regrtest.py couldn't run properly (@test was unremovable because of wrong permissions). -- keywords: +patch Added file: http://bugs

[issue3053] test_shutil fails under AIX

2008-06-06 Thread Antoine Pitrou
New submission from Antoine Pitrou <[EMAIL PROTECTED]>: test_shutil fails with the following error under some AIX 5.3 machine: == FAIL: test_on_error (__main__.TestShutil)