[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: +inada.naoki

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 test_gdb is skipped. Adding installation of gdb will 
help in making sure test_gdb is run.

# test_gdb skipped : 

* https://travis-ci.org/python/cpython/jobs/394900803#L1532

# After installation of gdb 

My build fails due to urllib errors and trying to install gdb using sudo 
apt-get install gdb on MacOS. The config can be fixed.

test_gdb tests : https://travis-ci.org/tirkarthi/cpython/jobs/394947895#L2501

I am willing to make a PR for Travis but I don't know how VSTS config works to 
test it on VSTS builds with an account.

Thanks

--
components: Build
messages: 320149
nosy: xtreak
priority: normal
severity: normal
status: open
title: test_gdb is skipped in builds since gdb is not installed as part of 
build script
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com