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 benjamin.peterson, jdemeyer, vstinner
Date 2019-06-26.12:11:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561551088.92.0.905254544769.issue37382@roundup.psfhosted.org>
In-reply-to
Content
> I haven't seen that problem. As I said, all GDB tests pass when compiled with "-O3 -g".

Again, it depends on the optimization level, but IMHO it's not worth it to implement an heuristic to check if gdb has enough info to run tests.


> The fact that these GDB tests are not run in any CI build is bad.

gdb is not installed on Travis CI, but test_gdb is run on almost all buildbots.


> We should try to catch test breakage as early as possible, the buildbot should be the last resort.

Maybe open an issue to attempt to install gdb on Travis CI?

test_gdb breakage are quiet rare. If you modify code which can impact test_gdb, you can run test_gdb locally. Because breakages are rare, I never invested time on this issue: there are more blocking issues in my agenda ;-)
History
Date User Action Args
2019-06-26 12:11:28vstinnersetrecipients: + vstinner, benjamin.peterson, jdemeyer
2019-06-26 12:11:28vstinnersetmessageid: <1561551088.92.0.905254544769.issue37382@roundup.psfhosted.org>
2019-06-26 12:11:28vstinnerlinkissue37382 messages
2019-06-26 12:11:28vstinnercreate