[New-bugs-announce] [issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

STINNER Victor report at bugs.python.org
Wed Dec 2 12:44:33 EST 2015


New submission from STINNER Victor:

Tested on Python 3.6 (default branch):

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

haypo at 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)

----------
components: Tests
messages: 255737
nosy: haypo
priority: normal
severity: normal
status: open
title: test_traceback.test_walk_stack() fails when run directly (without regrtest)
versions: Python 3.6

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


More information about the New-bugs-announce mailing list