[issue33926] test_gdb is skipped in builds since gdb is not installed as part of build script

2019-06-27 Thread STINNER Victor
STINNER Victor added the comment: > Feel free to close... What about 2.7 and 3.7 branches? -- ___ Python tracker ___ ___

[issue33926] test_gdb is skipped in builds since gdb is not installed as part of build script

2019-06-27 Thread Jeroen Demeyer
Jeroen Demeyer added the comment: Feel free to close... -- nosy: +jdemeyer ___ Python tracker ___ ___ Python-bugs-list mailing

[issue33926] test_gdb is skipped in builds since gdb is not installed as part of build script

2019-06-27 Thread miss-islington
miss-islington added the comment: New changeset 7e9d706fd6e2f49d2bd829890c46868105767769 by Miss Islington (bot) in branch '3.8': bpo-33926: enable GDB tests on Travis CI (GH-14395) https://github.com/python/cpython/commit/7e9d706fd6e2f49d2bd829890c46868105767769 -- nosy:

[issue33926] test_gdb is skipped in builds since gdb is not installed as part of build script

2019-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +14236 pull_request: https://github.com/python/cpython/pull/14420 ___ Python tracker ___

[issue33926] test_gdb is skipped in builds since gdb is not installed as part of build script

2019-06-27 Thread Inada Naoki
Inada Naoki added the comment: New changeset 667eaffb4e5d03bf8129773f79649c3befaa5b1a by Inada Naoki (Jeroen Demeyer) in branch 'master': bpo-33926: enable GDB tests on Travis CI (GH-14395) https://github.com/python/cpython/commit/667eaffb4e5d03bf8129773f79649c3befaa5b1a -- nosy:

[issue33926] test_gdb is skipped in builds since gdb is not installed as part of build script

2019-06-27 Thread Jeroen Demeyer
Change by Jeroen Demeyer : -- keywords: +patch pull_requests: +14233 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14395 ___ Python tracker ___

[issue33926] test_gdb is skipped in builds since gdb is not installed as part of build script

2018-06-21 Thread STINNER Victor
Change by STINNER Victor : -- components: +Tests nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33926] test_gdb is skipped in builds since gdb is not installed as part of build script

2018-06-21 Thread STINNER Victor
STINNER Victor added the comment: While test_gdb is not tested on pre-commit, it's tested by buildbots on post-commit. -- nosy: +vstinner ___ Python tracker ___

[issue33926] test_gdb is skipped in builds since gdb is not installed as part of build script

2018-06-21 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : I was checking on https://bugs.python.org/issue30345 and https://bugs.python.org/issue33914. I looked into Travis and VSTS builds for test_gdb. Though python is built with `--with-pydebug` gdb is not installed in the builds and hence the