[New-bugs-announce] [issue31237] test_gdb disables 25% of tests in optimized builds

Łukasz Langa report at bugs.python.org
Fri Aug 18 19:39:31 EDT 2017


New submission from Łukasz Langa:

We are skipping a lot of tests when optimizations are enabled (which essentially means: compiled without `--with-pydebug`). This seems overly aggressive since most Python users are using the gdb bindings with a non-debug build.

I think we should have tests for py-bt, py-up, printing globals, etc. that run on a non-debug build.

----------
components: Tests
messages: 300554
nosy: benjamin.peterson, haypo, lukasz.langa, pitrou
priority: normal
severity: normal
status: open
title: test_gdb disables 25% of tests in optimized builds
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list