summaryrefslogtreecommitdiff
path: root/run_project_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated python3 module.killpy3Jussi Pakkanen2022-04-301-3/+2
* python module: windows dll name for pypy needs special casingMatti Picus2022-04-121-1/+2
* project tests: log the reason why a test is skippedEli Schwartz2022-04-031-1/+17
* project tests: do not use tqdm progress bars for a single testEli Schwartz2022-04-031-9/+11
* move typing-only definition to TYPE_CHECKINGEli Schwartz2022-03-291-14/+15
* modules/wayland: Add unstable_wayland moduleMark Bolhuis2022-02-271-1/+9
* project tests: fine-tune the check for whether we are in CIEli Schwartz2022-02-171-1/+1
* tests: allow setting MESON_CI_JOBNAME=thirdpartyEli Schwartz2022-02-171-3/+4
* cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10Daniel Mensinger2022-02-031-1/+1
* pyupgrade --py37-plusEli Schwartz2022-01-101-2/+1
* Fix mypy errorsDaniel Mensinger2021-12-171-1/+1
* 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