]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Disable peg generator tests when building with PGO (GH-23141)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Nov 2020 23:22:13 +0000 (15:22 -0800)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 23:22:13 +0000 (15:22 -0800)
commit3997a4e6bca18c7f220d6212ef1e86d8aa9c7aee
treea8eaca1d9a0885bcfc111a95eb94a61acb8d36ff
parent72bb4c6c1fc5f5209819a2e62d55475ddc888192
Disable peg generator tests when building with PGO (GH-23141)

Otherwise, when running the testsuite, test_peg_generator tries to compile C
code using the optimized flags and fails because it cannot find the profile
data.
(cherry picked from commit 100964e0310d3a2040d0db976f7984d0507b2dbd)

Co-authored-by: serge-sans-paille <serge.guelton@telecom-bretagne.eu>
Lib/test/test_peg_generator/test_c_parser.py