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

Commit 5eb1506

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 5eb1506

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lib/test/test_peg_generator/test_c_parser.py

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)