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 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...
History
Date User Action Args
2013-10-25 04:52:07neologixsetrecipients: + neologix, pitrou, vstinner, giampaolo.rodola, christian.heimes, Arfrever, python-dev, vajrasky
2013-10-25 04:52:07neologixsetmessageid: <1382676727.86.0.626668134034.issue16595@psf.upfronthosting.co.za>
2013-10-25 04:52:07neologixlinkissue16595 messages
2013-10-25 04:52:07neologixcreate