[issue37382] Improve conditional check for test_gdb

Jeroen Demeyer report at bugs.python.org
Wed Jun 26 10:42:45 EDT 2019


Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:

I meant this part in test_gdb.py:

if ((sysconfig.get_config_var('PGO_PROF_USE_FLAG') or 'xxx') in
    (sysconfig.get_config_var('PY_CORE_CFLAGS') or '')):
    raise unittest.SkipTest("test_gdb is not reliable on PGO builds")

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37382>
_______________________________________


More information about the Python-bugs-list mailing list