summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make end-to-end tests fail on refnanny output.Stefan Behnel2020-06-301-0/+2
| * Allow selecting specific doctests in test modules with "-k pattern", instead ...Stefan Behnel2020-06-101-1/+8
| * Fix handling of "no-cpp" test tag for error tests, where "cpp" is already rem...Stefan Behnel2020-05-261-2/+4
| * Move the work directory of the examples tests into an 'examples/' subdirector...Stefan Behnel2020-05-151-1/+2
| * Remove Py2.4- compatibility fallback.Stefan Behnel2020-05-011-20/+1
| * Always enable C line in traceback for tests (GH-3098)0.29.17Jeroen Demeyer2020-04-261-0/+5
| * Work around error that "__reduce_cython__ cannot be found" when re-importing ...Stefan Behnel2020-04-251-0/+1
| * Fix deprecated threading API usage in test runner.Stefan Behnel2020-01-071-3/+3
| * Make pythran version checks more resilientserge-sans-paille2019-06-111-6/+4
| * Fix mypy usage problem in test runner: should pass list, was passing tuple.Stefan Behnel2019-04-241-2/+2
* | Test runner statistics: show the most time intensive test steps (compilatio/r...Stefan Behnel2021-04-121-1/+1
* | Move variable initialisation to a better place, next to a similar one.Stefan Behnel2021-04-041-1/+1
* | Summarize test failures when running in shards.Stefan Behnel2021-04-041-9/+30
* | Disable time_pxd test in Python 3.4da-woods2021-02-161-0/+1
* | Avoid the terms whitelist and blacklist.Robert Bradshaw2020-12-181-3/+3
* | Revert "Revert "Disable the embedding test on MacOS-X to get the builds green...Stefan Behnel2020-11-081-1/+3
* | Revert "Disable the embedding test on MacOS-X to get the builds green again. ...Stefan Behnel2020-11-071-3/+1
* | Disable the embedding test on MacOS-X to get the builds green again. Too many...Stefan Behnel2020-10-211-1/+3
* | Add a "gdb" test tag that depends on being able to run gdb.Stefan Behnel2020-08-241-0/+17
* | Revert "Set PYTHONHOME in embedding test to fix compilation issues in Py3.8/m...Stefan Behnel2020-08-111-1/+0
* | Set PYTHONHOME in embedding test to fix compilation issues in Py3.8/macOS.Stefan Behnel2020-08-111-0/+1
* | Try to fix NumPy test failures by not setting the "NPY_NO_DEPRECATED_API" #de...Stefan Behnel2020-08-011-1/+1
* | Print test dependency versions to help with test failure debugging.Stefan Behnel2020-08-011-2/+24
* | Test runner: disable keep-alive output in --debug mode to keep a potential pd...Stefan Behnel2020-06-281-1/+1
* | Validate and fix temp releasing (GH-3708)scoder2020-06-281-0/+2
* | Allow selecting specific doctests in test modules with "-k pattern", instead ...Stefan Behnel2020-06-091-1/+8
* | Fix handling of "no-cpp" test tag for error tests, where "cpp" is already rem...Stefan Behnel2020-05-261-2/+5
* | Move the work directory of the examples tests into an 'examples/' subdirector...Stefan Behnel2020-05-151-1/+2
* | Remove dead code.Stefan Behnel2020-05-071-5/+1
* | Reformat code for readability.Stefan Behnel2020-05-071-1/+1
* | Clean up some code formatting.Stefan Behnel2020-05-031-3/+2
* | Finally add a test tag "py3only" for tests that should be excluded in Py2.Stefan Behnel2020-05-021-0/+1
* | Move a potentially unused import out of the way in the test runner.Stefan Behnel2020-04-301-2/+2
* | Remove Py2.4- compatibility fallback.Stefan Behnel2020-04-301-20/+1
* | Add some comments.Stefan Behnel2020-04-291-1/+2
* | Work around error "__reduce_cython__ cannot be found" (GH-3549)Stefan Behnel2020-04-251-0/+1
* | Suppress non-error output of the C compiler in test runner unless there is a ...Stefan Behnel2020-04-201-1/+4
* | Disable "unicode_imports" test in Py2 because it's too fiddly to get working ...Stefan Behnel2020-04-111-0/+1
* | For srctree tests, include the test directory in the PYTHONPATH of subprocess...Stefan Behnel2020-04-101-3/+1
* | Fix fix unicode normalisation test in Windows. (GH-3194)Stefan Behnel2020-04-101-0/+11
* | Make sure that the test runner passes the I/O encoding down into end-to-end s...Stefan Behnel2020-04-061-0/+2
* | Make embed test more debuggable by printing the path setup and the build outp...Stefan Behnel2020-04-061-5/+13
* | Try if a random hash seed leads to a better sharding distribution in the test...Stefan Behnel2020-04-061-1/+6
* | Disable a saved compiler option in the test runner that cannot currently be c...Stefan Behnel2020-03-311-1/+1
* | Save "cache_builtins" option in test runner to make it changeable in tests.Stefan Behnel2020-03-311-1/+7
* | Enable pypy as a required Travis test (GH-3392)da-woods2020-03-201-2/+25
* | Remove superfluous empty line.Stefan Behnel2020-02-281-1/+0