[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-10-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.5, Python 3.7 ___ Python tracker ___ ___

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-10-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8d150de9edba by Serhiy Storchaka in branch '3.5': Issue #25783: Fixed test_traceback when run directly (without regrtest). https://hg.python.org/cpython/rev/8d150de9edba New changeset 4646b64139c9 by Serhiy Storchaka in branch '3.6': Issue #25783: F

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-10-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-10-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ping. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-03-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry, I meant different from current test and from previous patch. But it looks like what you were proposed. -- ___ Python tracker ___ _

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-03-14 Thread Robert Collins
Robert Collins added the comment: @serhiy, how is that different to what I said? -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-03-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I would use different test, not depending on outer stack depth. -- keywords: +patch nosy: +serhiy.storchaka stage: -> patch review type: -> behavior Added file: http://bugs.python.org/file42156/test_walk_stack.patch _

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-03-13 Thread Robert Collins
Robert Collins added the comment: Can we just stop running the test suite directly? python -m unittest test.test_traceback should work fine and as quickly, ... I'd like to delete all the __main__ in the test suite as cruft TBH. The patch would be ok if ugly, its a bit of a magic number there.

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2016-01-25 Thread STINNER Victor
STINNER Victor added the comment: @Robert: Can you please take a look at the attached patch? Does it look good to you? -- ___ Python tracker ___

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2015-12-04 Thread STINNER Victor
STINNER Victor added the comment: The test was introduced by the change 73afda5a4e4c of the issue ##17911 in Python 3.6: --- changeset: 94850:73afda5a4e4c parent: 94848:fc0201ccbcd4 user:Robert Collins date:Thu Mar 05 12:07:57 2015 +1300 files: Doc/library/linecache

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2015-12-04 Thread STINNER Victor
STINNER Victor added the comment: I found a similar bug in other tests, I opened the new issue #25795. -- ___ Python tracker ___ ___ P

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2015-12-03 Thread Nan Wu
Nan Wu added the comment: Put in a fix. Let me know if it looks ok. -- nosy: +Nan Wu Added file: http://bugs.python.org/file41232/fix_test_walk_stack_failed_as_script_patch ___ Python tracker _

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2015-12-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +rbcollins ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2015-12-02 Thread STINNER Victor
New submission from STINNER Victor: 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...

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2015-12-02 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +matrixise ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue25783] test_traceback.test_walk_stack() fails when run directly (without regrtest)

2015-12-02 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt