]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
authorVictor Stinner <vstinner@python.org>
Sat, 30 Sep 2023 22:37:23 +0000 (00:37 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Sep 2023 22:37:23 +0000 (22:37 +0000)
commit53eb9a676f8c59b206dfc536b7590f6563ad65e0
tree818bf98fb768d9f230b6375b9fff7102ce6849dc
parentd3728ddc572fff7ffcc95301bf5265717dbaf476
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)

* _add_python_opts() now handles cross compilation and HOSTRUNNER.
* display_header() now tells if Python is cross-compiled, display
  HOSTRUNNER, and get the host platform.
* Remove Tools/scripts/run_tests.py script.
* Remove "make hostrunnertest": use "make buildbottest"
  or "make test" instead.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/utils.py
Lib/test/test_regrtest.py
Makefile.pre.in
Misc/NEWS.d/next/Tests/2023-09-30-20-18-38.gh-issue-110152.4Kxve1.rst [new file with mode: 0644]
Tools/scripts/run_tests.py [deleted file]