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 skrah
Recipients georg.brandl, hynek, larry, ned.deily, python-dev, serhiy.storchaka, skrah
Date 2012-07-16.11:26:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342437996.65.0.365654930646.issue15238@psf.upfronthosting.co.za>
In-reply-to
Content
The new test fails on the Fedora bot:

http://buildbot.python.org/all/builders/AMD64%20Fedora%20without%20threads%203.x/builds/2881/steps/test/logs/stdio

======================================================================
FAIL: test_copyxattr (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.krah-fedora/build/Lib/test/test_shutil.py", line 420, in test_copyxattr
    self.assertEqual(os.listxattr(src), ['user.the_value'])
AssertionError: Lists differ: ['security.selinux', 'user.the... != ['user.the_value']

First differing element 0:
security.selinux
user.the_value

First list contains 1 additional elements.
First extra element 1:
user.the_value

- ['security.selinux', 'user.the_value']
+ ['user.the_value']
History
Date User Action Args
2012-07-16 11:26:36skrahsetrecipients: + skrah, georg.brandl, larry, ned.deily, python-dev, hynek, serhiy.storchaka
2012-07-16 11:26:36skrahsetmessageid: <1342437996.65.0.365654930646.issue15238@psf.upfronthosting.co.za>
2012-07-16 11:26:36skrahlinkissue15238 messages
2012-07-16 11:26:35skrahcreate