summaryrefslogtreecommitdiff
path: root/run_project_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Add --vsenv command line option and active VS only when neededXavier Claessens2021-10-101-2/+1
* various python neatness cleanupsEli Schwartz2021-10-041-4/+4
* Fix typosChristian Clauss2021-09-301-4/+4
* Presence of nagfor signifies that Fortran tests can be run.Mat Cross2021-09-101-0/+1
* python: Workaround broken install pathXavier Claessens2021-08-221-3/+2
* test runner: add the ability to configure test.json for python pathsEli Schwartz2021-08-181-1/+20
* Revert "Disable Rust + clangcl."Nirbheek Chauhan2021-08-171-8/+0
* Revert "Disable vs2017 + 32bit Rust combo as it is broken."Nirbheek Chauhan2021-08-181-4/+1
* tests: make detecting broken compilers always run without tracebacksEli Schwartz2021-08-151-1/+1
* Disable Rust + clangcl.Jussi Pakkanen2021-08-151-0/+3
* Disable vs2017 + 32bit Rust combo as it is broken.Jussi Pakkanen2021-08-151-2/+11
* Allow gettext test to skip on macOS.Jussi Pakkanen2021-08-121-0/+3
* Remove workaround now that we have a new Ninja.Jussi Pakkanen2021-07-251-7/+0
* Make it an error if MESON_CI_JOBNAME isn't set under CIJon Turney2021-07-131-6/+3
* Use None as Environment object build_dir in detect_system_compiler()Jon Turney2021-07-071-24/+23
* Annotate framework tests with where they are expected to skipJon Turney2021-07-071-56/+1
* Allow `skip_*` test.json keys at top-level or in `matrix:`Jon Turney2021-07-071-31/+41
* Add `skip_on_os` to test.jsonJon Turney2021-07-071-0/+11
* Add `skip_on_jobname` to test.jsonJon Turney2021-07-071-4/+55
* Drop non-framework test names from skippable()Jon Turney2021-07-071-12/+0
* pyupgradeEli Schwartz2021-07-051-1/+1
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-11/+10
* pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger2021-06-291-1/+5
* Split compiler detection from EnvironmentDaniel Mensinger2021-06-251-4/+5
* Fix project tests category name used in skippable() and XML outputJon Turney2021-06-221-3/+4
* tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger2021-06-181-1/+4
* tests: Add visual seperator to the test logs in run_project_tests.pyDaniel Mensinger2021-06-181-0/+9
* CI: Split out file format test as a separate GitHub workflowJon Turney2021-06-111-48/+0
* tests: Force colorize CI outputDaniel Mensinger2021-06-091-0/+12
* tests: Don't even start running skipped testsDaniel Mensinger2021-06-091-7/+9
* tests: Fix global state issueDaniel Mensinger2021-06-091-5/+27
* tests: Add option to limit the number of workersDaniel Mensinger2021-06-091-18/+29
* tests: Optional progress bar with tqdmDaniel Mensinger2021-06-091-13/+36
* tests: Refactored test runnerDaniel Mensinger2021-06-091-81/+154
* tests: Reduce complexity of the run_tests signatureDaniel Mensinger2021-06-091-16/+15
* tests: reduce global variablesDaniel Mensinger2021-06-091-26/+24
* typing: Fully annotate run_project_tests.pyDaniel Mensinger2021-06-091-95/+134
* cython: add 1 basic testDylan Baker2021-06-071-2/+3
* Set up VS environment automatically when run.Jussi Pakkanen2021-05-131-2/+3
* Add validation for --only in `run_project_tests.py`Ralf Gommers2021-05-021-1/+3
* Merge pull request #8568 from dcbaker/submit/qt-dependency-factoryJussi Pakkanen2021-03-241-9/+12
|\
| * run_project_tests: add annotationsDylan Baker2021-03-231-1/+1
| * run_project_tests.py: Allow qt tests to skip on !macOSDylan Baker2021-03-231-8/+11
* | test.json: Add support for not matching stdout linesXavier Claessens2021-03-231-20/+53
* | run_project_tests.py: Allow "--only common/240" syntaxXavier Claessens2021-03-231-13/+24
|/
* Update VS module version check.Jussi Pakkanen2021-03-161-0/+2
* Delete leftover files from some tests.Jussi Pakkanen2021-03-161-0/+11
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-25/+25
* various python neatness cleanupsEli Schwartz2021-03-041-1/+1
* run_*_tests: Add some type annotationsDylan Baker2021-02-231-3/+8