Message201203
| Author |
neologix |
| Recipients |
Arfrever, christian.heimes, giampaolo.rodola, neologix, pitrou, python-dev, vajrasky, vstinner |
| Date |
2013年10月25日.04:52:07 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1382676727.86.0.626668134034.issue16595@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
The test is failing with ENOSYS on one of the buildbots:
"""
======================================================================
ERROR: test_prlimit (test.test_resource.ResourceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_resource.py", line 148, in test_prlimit
1, resource.RLIMIT_AS)
File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/unittest/case.py", line 689, in assertRaises
return context.handle('assertRaises', callableObj, args, kwargs)
File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/unittest/case.py", line 158, in handle
callable_obj(*args, **kwargs)
OSError: [Errno 38] Function not implemented
"""
I wonder if we could add a @support.ignore_enosys decorator... |
|