Disable peg generator tests when building with PGO · python/cpython@f504307 · GitHub
Skip to content

Commit f504307

Browse files
Disable peg generator tests when building with PGO
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. https://bugs.python.org/issue42207
1 parent 212d32f commit f504307

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lib/test/test_peg_generator/test_c_parser.py

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)