Created on 2011-02-14 17:39 by sable, last changed 2013-02-19 12:59 by alef.
| Messages (2) | |||
|---|---|---|---|
| msg128564 - (view) | Author: Sébastien Sablé (sable) | Date: 2011-02-14 17:39 | |
I have the following error when running test_fileio on AIX: ====================================================================== FAIL: testAbles (test.test_fileio.OtherFileTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/test_fileio.py", line 269, in testAbles self.assertEqual(f.seekable(), False) AssertionError: True != False ---------------------------------------------------------------------- Ran 34 tests in 0.032s FAILED (failures=1) I haven't investigated yet. |
|||
| msg128566 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2011-02-14 17:42 | |
This looks vaguely similar to http://bugs.python.org/issue6236#msg91007, although the latter has been fixed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-02-19 12:59:17 | alef | set | versions: + Python 2.7 |
| 2011-02-14 17:42:51 | pitrou | set | nosy:
+ pitrou messages: + msg128566 |
| 2011-02-14 17:39:08 | sable | create | |