commit | cb20a2174053148ba22d4d50a86bcef430c1b66f | [log] [tgz] |
---|---|---|
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Thu Sep 08 21:51:26 2016 +0000 |
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Thu Sep 08 21:51:26 2016 +0000 |
tree | ec887107776a3b670f13c86110eeb139d45011b4 | |
parent | c4f19c408ab62886c2b36f6b3d5b5f0e15d3c3df [diff] |
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.