]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
skip two test_gdb tests that fail when compiled in profile-opt mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Thu, 8 Sep 2016 21:51:26 +0000 (21:51 +0000)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Thu, 8 Sep 2016 21:51:26 +0000 (21:51 +0000)
commitcb20a2174053148ba22d4d50a86bcef430c1b66f
treeec887107776a3b670f13c86110eeb139d45011b4
parentc4f19c408ab62886c2b36f6b3d5b5f0e15d3c3df
skip two test_gdb tests that fail when compiled in profile-opt mode:
StackNavigationTests.test_up_at_top and PyBtTests.test_threads.

Unfortunately we have no way of identifying if we were compiled profile-opt
or not from what is in sysconfig.get_config_vars() so we just disable it for
all optimized builds.  This test suite crazy fragile.
Lib/test/test_gdb.py