Message125183
| Author |
pitrou |
| Recipients |
georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall |
| Date |
2011年01月03日.15:42:54 |
| SpamBayes Score |
2.3129844e-05 |
| Marked as misclassified |
No |
| Message-id |
<1294069380.61.0.048609225096.issue10812@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
For the record, I get the following failures under OpenSolaris:
======================================================================
ERROR: test_lutimes (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/antoine/py3k/cc/Lib/test/test_posix.py", line 265, in test_lutimes
posix.lutimes(support.TESTFN, None)
AttributeError: 'module' object has no attribute 'lutimes'
======================================================================
ERROR: test_posix_fallocate (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/antoine/py3k/cc/Lib/test/test_posix.py", line 236, in test_posix_fallocate
posix.posix_fallocate(fd, 0, 10)
OSError: [Errno 22] Invalid argument |
|