summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Custom int128 conversion as a slow fallback (GH-5419)scoder2023-05-151-1/+1
* Disable "pylong" and "longintrepr" tests in Py3.12 that accessed PyLongObject...Stefan Behnel2023-03-311-2/+5
* Add simple code style checks for non-Python source files.Stefan Behnel2023-03-231-2/+36
* Add libcpp.cmath (#5262)Jonathan Helgert2023-03-111-0/+2
* Switch from deprecated `.setDaemon()` (#5220)Alexander Shadchin2023-01-201-1/+1
* Support 2 and 3 arg __[ri]pow__ (#5168)da-woods2022-12-151-1/+3
* Suppress annoying "Command line warning D9025" messages in test output on Win...Stefan Behnel2022-12-141-0/+6
* Use setuptools>60 for CPython 3.12+, skip unicode test on PyPy and 3.12+ (GH-...Matti Picus2022-11-291-0/+3
* Provide better debug output on crashes in CI.Stefan Behnel2022-10-271-0/+5
* Try to use test_dataclass from CPython (#4955)da-woods2022-09-101-0/+1
* Make sure we call __del__ for final types (#4996)da-woods2022-09-051-0/+1
* Allow Windows path names also in test error/warning output.Stefan Behnel2022-08-121-0/+2
* Add declarations for C++20's Bit manipulation functions (GH-4962)Jonathan Helgert2022-08-091-0/+1
* runtests.py: Let the decision whether a C++XX test can run at all really depe...Stefan Behnel2022-08-081-3/+15
* runtests.py: Also allow defining a minimum clang version in the C++XX extensi...Stefan Behnel2022-08-081-12/+14
* runtests.py: Generalise the C++XX extension setup to support also newer C++ s...Stefan Behnel2022-08-081-48/+39
* Add GitHub Actions build jobs for Windows (GH-4324)0dminnimda2022-07-281-1/+2
* On test failures, list the directory structure in end-to-end tests to aid in ...Stefan Behnel2022-07-181-0/+4
* Give better errors on size changes of PyVarObjects and reduce false positives...da-woods2022-07-161-0/+1
* Make 'tags' an error in runtests.py (GH-4772)da-woods2022-05-091-2/+1
* Merge branch '0.29.x'Stefan Behnel2022-02-171-11/+21
|\
| * runtests: Print shard number also for each command in the EndToEnd test error...Stefan Behnel2022-02-171-2/+2
| * runtests: print the shard number in front of the test name to show which was ...Stefan Behnel2022-02-161-10/+22
* | Merge branch '0.29.x'Stefan Behnel2022-02-161-1/+25
|\ \ | |/
| * runtests: Improve exception output.Stefan Behnel2022-02-161-5/+2
| * runtests: Keep failing on test runner exceptions, because we can't continue w...Stefan Behnel2022-02-161-0/+1
| * Enable faulthandler around the test runs to get a notice on shard crashes.Stefan Behnel2022-02-161-1/+27
| * Import TextTestResult in test runner instead of _TextTestResult (GH-4415)da-woods2021-11-181-6/+3
| * Change gcc version check in test runner to a numeric comparison (GH-4359)da-woods2021-11-181-2/+4
| * Fix embed test in Py2.6.0.29.23Stefan Behnel2021-04-141-1/+1
| * Make embed test more debuggable by printing the path setup and the build outp...Stefan Behnel2021-04-141-5/+13
| * Summarize test failures when running in shards.Stefan Behnel2021-04-141-9/+30
| * Test runner statistics: show the most time intensive test steps (compilatio/r...Stefan Behnel2021-04-141-1/+1
* | Use context manager when opening files instead of leaving a file dangling ope...Matti Picus2022-02-061-2/+5
* | Make it easier to report errors from srctree tests by adding the last output ...Stefan Behnel2022-01-071-4/+6
* | Print pipeline timings after test runs.Stefan Behnel2022-01-011-5/+30
* | Support "__del__()" to implement "tp_finalize" according to PEP-442 (GH-3804)ax4872021-12-191-0/+1
* | Enable initial testing with GraalPython (GH-4328)da-woods2021-12-161-1/+5
* | Remove relict from Py2/3 migration.Stefan Behnel2021-12-151-3/+2
* | Add PyMem_(Raw)Calloc to cpython.mem (GH-4086)da-woods2021-12-061-0/+1
* | Disabled embed test from the docs on Py3.4 (GH-4130)da-woods2021-12-061-0/+1
* | Replace a mutable default argument with a None default and check since it is ...Naelson Douglas C. Oliveira2021-11-071-1/+3
* | Import TextTestResult in test runner instead of _TextTestResult (GH-4415)da-woods2021-10-171-6/+3
* | Change gcc version check in test runner to a numeric comparison (GH-4359)da-woods2021-10-011-2/+4
* | Py3.4 does not support '%' formatting for byte strings.Stefan Behnel2021-08-071-1/+1
* | Fix output encoding problems in the test runner with Py2.7 by not trying to d...Stefan Behnel2021-08-071-3/+6
* | Revert "Fix output encoding problems in the test runner with Py2.7 by replaci...Stefan Behnel2021-08-071-2/+2
* | Fix output encoding problems in the test runner with Py2.7 by replacing impli...Stefan Behnel2021-08-061-2/+2
* | Fix output encoding problems in the test runner with Py2.7.Stefan Behnel2021-08-061-3/+3
* | runtests: include the C compiler error output in the compile exception to sho...Stefan Behnel2021-07-311-1/+16