]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Disable peg generator tests when building with PGO (GH-23141)
authorserge-sans-paille <serge.guelton@telecom-bretagne.eu>
Wed, 4 Nov 2020 23:01:08 +0000 (23:01 +0000)
committerGitHub <noreply@github.com>
Wed, 4 Nov 2020 23:01:08 +0000 (23:01 +0000)
commit100964e0310d3a2040d0db976f7984d0507b2dbd
treefbea10c8567345626a83c3591e29c3c7f4f0b190
parent789359f47c2a744caa9a405131706099fd7ad6bd
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.
Lib/test/test_peg_generator/test_c_parser.py