summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Resolve some issues with "cpp_locals" (GH-4265)da-woods2021-07-191-9/+38
* | Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)da-woods2021-06-291-0/+4
* | Automatically add stubs for "cython.cimports.*" in the test runner to make th...Stefan Behnel2021-06-141-0/+16
* | Modernise module loading in test runner using importlib.Stefan Behnel2021-06-141-4/+21
* | Allow both testmod.py and testmod.pyx as test module names, next to each otherStefan Behnel2021-06-141-36/+49
* | Add support for C++17 execution policy parameter (GH-3790)Ashwin Srinath2021-05-251-0/+31
* | Use std::move in c++ during yield context switch. (GH-4154)Yu Feng2021-05-181-1/+1
* | Fix annotations for decorated classes (GH-4151)matsjoyce2021-05-151-0/+1
* | Test runner: make "-k" option also select amongst the unit tests, not only do...Stefan Behnel2021-05-151-6/+19
* | Exclude end-to-end tests from test runs with '--cython-only' since they execu...Stefan Behnel2021-05-141-0/+3
* | Don't use symbolic links on Windows since it may require admin rights. (GH-3815)matham2021-05-021-4/+3
* | Switch to github actions (GH-3943)davfsa2021-04-301-4/+3
* | Correct the declaration of PyContextVar_New() and add convenience functions f...Stefan Behnel2021-04-271-0/+2
* | Merge branch '0.29.x'Stefan Behnel2021-04-141-1/+4
|\ \ | |/
| * Use CFLAGS for compiler defines in test runner (GH-4099)vorfol2021-04-141-1/+4
| * Disable the embedding test on MacOS-X to get the builds green again. Too many...Stefan Behnel2020-11-081-1/+3