summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2023-09-01 23:27:09 (GMT)
committerGitHub <noreply@github.com>2023-09-01 23:27:09 (GMT)
commit76ce537fb1291f90c6dccbfea8653544de7902fd (patch)
tree72c6956eeeaddb3c387cf9dfcf82add60ef17f30 /configure
parentd5c5d4bfd3260219397326795d3b2ff62a9ab8cb (diff)
downloadcpython-76ce537fb1291f90c6dccbfea8653544de7902fd.zip
cpython-76ce537fb1291f90c6dccbfea8653544de7902fd.tar.gz
cpython-76ce537fb1291f90c6dccbfea8653544de7902fd.tar.bz2
Fix test_regrtest when run with uops always on (#108778)
The fix has two parts: - When `-X uops` is detected, pass it on to the subprocess created to run the manufactured test. I need this so I can run `./python -Xuops -m test test_regrtest` and see it fail without the next fix. - Use `-R 6:3:` in `ArgsTestCase.test_huntrleaks` instead of `-R 3:3:` -- it takes longer to settle with `-X uops`.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions