pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_darwin_constants
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x00007f928299e800>
def test_darwin_constants(self):
darwin_constants =['_COPYFILE_DATA']
for name in darwin_constants:
> getattr(self.posix, name)
E (application-level) AttributeError: module 'posix' has no attribute '_COPYFILE_DATA'
[/Users/matti/build-worker-x86_64/own-macos-x86-64/build/pypy/module/posix/test/test_posix2.py:1627]:4: AttributeError
builder: own-macos-x86-64 build #1205
test: pypy/module/posix/test/test_posix2/py/AppTestPosix/()/test_darwin_constants