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 serhiy.storchaka, vstinner
Date 2014-02-11.16:37:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392136649.31.0.71011921705.issue20599@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/10150/steps/test/logs/stdio

======================================================================
FAIL: test_cleanup (test.test_builtin.ShutdownTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_builtin.py", line 1621, in test_cleanup
    self.assertEqual(["before", "after"], out.decode().splitlines())
AssertionError: Lists differ: ['before', 'after'] != []

First list contains 2 additional elements.
First extra element 0:
before

- ['before', 'after']
+ []
History
Date User Action Args
2014-02-11 16:37:29vstinnersetrecipients: + vstinner, serhiy.storchaka
2014-02-11 16:37:29vstinnersetmessageid: <1392136649.31.0.71011921705.issue20599@psf.upfronthosting.co.za>
2014-02-11 16:37:29vstinnerlinkissue20599 messages
2014-02-11 16:37:28vstinnercreate