Age | Commit message (Expand) | Author | Files | Lines |
2022-01-10 | pyupgrade --py37-plus | Eli Schwartz | 1 | -2/+1 |
2021-12-17 | Fix mypy errors | Daniel Mensinger | 1 | -1/+1 |
2021-10-10 | Add --vsenv command line option and active VS only when needed | Xavier Claessens | 1 | -2/+1 |
2021-10-04 | various python neatness cleanups | Eli Schwartz | 1 | -4/+4 |
2021-09-30 | Fix typos | Christian Clauss | 1 | -4/+4 |
2021-09-10 | Presence of nagfor signifies that Fortran tests can be run. | Mat Cross | 1 | -0/+1 |
2021-08-22 | python: Workaround broken install path | Xavier Claessens | 1 | -3/+2 |
2021-08-18 | test runner: add the ability to configure test.json for python paths | Eli Schwartz | 1 | -1/+20 |
2021-08-17 | Revert "Disable Rust + clangcl." | Nirbheek Chauhan | 1 | -8/+0 |
2021-08-18 | Revert "Disable vs2017 + 32bit Rust combo as it is broken." | Nirbheek Chauhan | 1 | -4/+1 |
2021-08-15 | tests: make detecting broken compilers always run without tracebacks | Eli Schwartz | 1 | -1/+1 |
2021-08-15 | Disable Rust + clangcl. | Jussi Pakkanen | 1 | -0/+3 |
2021-08-15 | Disable vs2017 + 32bit Rust combo as it is broken. | Jussi Pakkanen | 1 | -2/+11 |
2021-08-12 | Allow gettext test to skip on macOS. | Jussi Pakkanen | 1 | -0/+3 |
2021-07-25 | Remove workaround now that we have a new Ninja. | Jussi Pakkanen | 1 | -7/+0 |
2021-07-13 | Make it an error if MESON_CI_JOBNAME isn't set under CI | Jon Turney | 1 | -6/+3 |
2021-07-07 | Use None as Environment object build_dir in detect_system_compiler() | Jon Turney | 1 | -24/+23 |
2021-07-07 | Annotate framework tests with where they are expected to skip | Jon Turney | 1 | -56/+1 |
2021-07-07 | Allow `skip_*` test.json keys at top-level or in `matrix:` | Jon Turney | 1 | -31/+41 |
2021-07-07 | Add `skip_on_os` to test.json | Jon Turney | 1 | -0/+11 |
2021-07-07 | Add `skip_on_jobname` to test.json | Jon Turney | 1 | -4/+55 |
2021-07-07 | Drop non-framework test names from skippable() | Jon Turney | 1 | -12/+0 |
2021-07-05 | pyupgrade | Eli Schwartz | 1 | -1/+1 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -11/+10 |
2021-06-29 | pathlib: Patch pathlib to work around some bugs (fixes #7295) | Daniel Mensinger | 1 | -1/+5 |
2021-06-25 | Split compiler detection from Environment | Daniel Mensinger | 1 | -4/+5 |
2021-06-22 | Fix project tests category name used in skippable() and XML output | Jon Turney | 1 | -3/+4 |
2021-06-18 | tests: Always enable the traceback in run_project_tests.py | Daniel Mensinger | 1 | -1/+4 |
2021-06-18 | tests: Add visual seperator to the test logs in run_project_tests.py | Daniel Mensinger | 1 | -0/+9 |
2021-06-11 | CI: Split out file format test as a separate GitHub workflow | Jon Turney | 1 | -48/+0 |
2021-06-09 | tests: Force colorize CI output | Daniel Mensinger | 1 | -0/+12 |
2021-06-09 | tests: Don't even start running skipped tests | Daniel Mensinger | 1 | -7/+9 |
2021-06-09 | tests: Fix global state issue | Daniel Mensinger | 1 | -5/+27 |
2021-06-09 | tests: Add option to limit the number of workers | Daniel Mensinger | 1 | -18/+29 |
2021-06-09 | tests: Optional progress bar with tqdm | Daniel Mensinger | 1 | -13/+36 |
2021-06-09 | tests: Refactored test runner | Daniel Mensinger | 1 | -81/+154 |
2021-06-09 | tests: Reduce complexity of the run_tests signature | Daniel Mensinger | 1 | -16/+15 |
2021-06-09 | tests: reduce global variables | Daniel Mensinger | 1 | -26/+24 |
2021-06-09 | typing: Fully annotate run_project_tests.py | Daniel Mensinger | 1 | -95/+134 |
2021-06-07 | cython: add 1 basic test | Dylan Baker | 1 | -2/+3 |
2021-05-13 | Set up VS environment automatically when run. | Jussi Pakkanen | 1 | -2/+3 |
2021-05-02 | Add validation for --only in `run_project_tests.py` | Ralf Gommers | 1 | -1/+3 |
2021-03-24 | Merge pull request #8568 from dcbaker/submit/qt-dependency-factory | Jussi Pakkanen | 1 | -9/+12 |
2021-03-23 | run_project_tests: add annotations | Dylan Baker | 1 | -1/+1 |
2021-03-23 | run_project_tests.py: Allow qt tests to skip on !macOS | Dylan Baker | 1 | -8/+11 |
2021-03-23 | test.json: Add support for not matching stdout lines | Xavier Claessens | 1 | -20/+53 |
2021-03-23 | run_project_tests.py: Allow "--only common/240" syntax | Xavier Claessens | 1 | -13/+24 |
2021-03-16 | Update VS module version check. | Jussi Pakkanen | 1 | -0/+2 |
2021-03-16 | Delete leftover files from some tests. | Jussi Pakkanen | 1 | -0/+11 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -25/+25 |