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 vstinner
Recipients lars.gustaebel, serhiy.storchaka, vstinner
Date 2014-02-18.09:51:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392717090.03.0.789969860333.issue20672@psf.upfronthosting.co.za>
In-reply-to
Content
Another different failure.

http://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/1302/steps/test/logs/stdio

======================================================================
FAIL: test_list_command_verbose (test.test_tarfile.CommandLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/test/test_tarfile.py", line 1916, in test_list_command_verbose
    self.assertEqual(out, expected)
AssertionError: b'?rw[39 chars]-01-05 18:19:43 ustar/conttype \n?rw-r--r-- ta[6470 chars]f \n' != b'?rw[39 chars]-01-06 00:19:43 ustar/conttype \n?rw-r--r-- ta[6470 chars]f \n'
History
Date User Action Args
2014-02-18 09:51:30vstinnersetrecipients: + vstinner, lars.gustaebel, serhiy.storchaka
2014-02-18 09:51:30vstinnersetmessageid: <1392717090.03.0.789969860333.issue20672@psf.upfronthosting.co.za>
2014-02-18 09:51:30vstinnerlinkissue20672 messages
2014-02-18 09:51:29vstinnercreate