[New-bugs-announce] [issue14885] shutil tests, test_copy2_xattr and test_copyxattr, fail

Tshepang Lekhonkhobe report at bugs.python.org
Tue May 22 22:01:45 CEST 2012


New submission from Tshepang Lekhonkhobe <tshepang at gmail.com>:

$ ./python -m test -v test_shutil
...[snip]...
======================================================================
ERROR: test_copy2_xattr (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/wena/src/python/cpython/Lib/test/test_shutil.py", line 439, in test_copy2_xattr
    os.setxattr(src, 'user.foo', b'42')
OSError: [Errno 95] Operation not supported

======================================================================
ERROR: test_copyxattr (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/wena/src/python/cpython/Lib/test/test_shutil.py", line 325, in test_copyxattr
    os.setxattr(src, 'user.foo', b'42')
OSError: [Errno 95] Operation not supported

...[snip]...

----------
components: Library (Lib)
messages: 161376
nosy: hynek, tarek, tshepang
priority: normal
severity: normal
status: open
title: shutil tests, test_copy2_xattr and test_copyxattr, fail
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14885>
_______________________________________


More information about the New-bugs-announce mailing list