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 vstinner
Date 2015-12-02.17:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449078273.26.0.535537969115.issue25783@psf.upfronthosting.co.za>
In-reply-to
Content
Tested on Python 3.6 (default branch):

haypo@smithers$ ./python -m test test_traceback
[1/1] test_traceback
1 test OK.

haypo@smithers$ ./python Lib/test/test_traceback.py 
..........................................F...............
======================================================================
FAIL: test_walk_stack (__main__.TestStack)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_traceback.py", line 684, in test_walk_stack
    self.assertGreater(len(s), 10)
AssertionError: 10 not greater than 10

----------------------------------------------------------------------
Ran 58 tests in 2.184s

FAILED (failures=1)
History
Date User Action Args
2015-12-02 17:44:33vstinnersetrecipients: + vstinner
2015-12-02 17:44:33vstinnersetmessageid: <1449078273.26.0.535537969115.issue25783@psf.upfronthosting.co.za>
2015-12-02 17:44:33vstinnerlinkissue25783 messages
2015-12-02 17:44:32vstinnercreate