Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448084 - dev-python/pyxattr-0.5.0-r1 fails tests with pypy*
Summary: dev-python/pyxattr-0.5.0-r1 fails tests with pypy*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 13:55 UTC by Michał Górny
Modified: 2013-01-04 17:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log for pypy2.0 and -9999 version (build-pypy-c2.0.log,7.96 KB, text/plain)
2013-01-02 21:41 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-12-21 13:55:21 UTC
dev-python/pyxattr-0.5.0-r1 has test failures with both versions of pypy, e.g.:


ERROR: test binary values (deprecated functions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/portage/dev-python/pyxattr-0.5.0-r1/work/pyxattr-0.5.0/test/test_xattr.py", line 315, in testBinaryPayloadDeprecated
    xattr.setxattr(fname, self.USER_ATTR, BINVAL)
IOError: [Errno 7] Argument list too long



It looks like the deprecated functions have a bit different API for pypy, for some reason.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-02 21:41:09 UTC
Created attachment 334094 [details]
Build log for pypy2.0 and -9999 version
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-04 17:24:12 UTC
Ah yes, we can resolve that since the new version is in the tree.