Disable peg generator tests when building with PGO (GH-23141) · python/cpython@3997a4e · GitHub
Skip to content

Commit 3997a4e

Browse files
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 100964e) Co-authored-by: serge-sans-paille <serge.guelton@telecom-bretagne.eu>
1 parent 72bb4c6 commit 3997a4e

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)