cpython/Lib/test/test_peg_generator
Miss Islington (bot) 3997a4e6bc
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 100964e031)

Co-authored-by: serge-sans-paille <serge.guelton@telecom-bretagne.eu>
2020-11-04 15:22:13 -08:00
..
__init__.py
__main__.py
test_c_parser.py Disable peg generator tests when building with PGO (GH-23141) 2020-11-04 15:22:13 -08:00
test_first_sets.py
test_pegen.py [3.9] Fix 'gather' rules in the python parser generator (GH-22021) (GH-22080) 2020-09-03 16:35:36 +01:00