summaryrefslogtreecommitdiff
path: root/run_project_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Initial support for Metrowerks C/C++ compilerNomura2023-04-241-1/+3
* fix various spelling issuesJosh Soref2023-04-111-1/+1
* tests: make it easier to read overall results in githubEli Schwartz2023-04-041-1/+7
* project tests: add log of the setup command being runEli Schwartz2023-03-201-3/+6
* remove pointless, unused typing-only import in the test runnerEli Schwartz2023-02-221-1/+0
* tests: do not run the deprecated python3 tests unless python is python3Eli Schwartz2023-02-131-2/+2
* tests: track when an entire category is skipped and be quieterEli Schwartz2023-01-121-8/+10
* tests: properly log the reason why a test got unexpectedly skippedEli Schwartz2023-01-121-1/+2
* Enable Java project tests on DarwimTristan Partin2022-12-151-1/+1
* python: Use correct extension filename suffix on Python < 3.8.7Daniele Nicolodi2022-11-231-4/+10
* test runner: fix excluding null optionsMarvin Scholz2022-11-221-12/+12
* fix deprecated use of meson builddir/ in testsuiteEli Schwartz2022-11-171-1/+1
* basic support for oneapi compilersRobert Cohn2022-10-241-1/+2
* run_project_tests: also change paths for DEPRECATION messagesDylan Baker2022-08-171-1/+1
* deprecate running "meson builddir" without setup subcommandEli Schwartz2022-08-161-1/+1
* run_project_tests: Don't try to use tqdm when stdout is not a ttyDylan Baker2022-07-061-1/+1
* Require CMake 3.14 for all tests that use the cmake moduleSimon McVittie2022-05-101-1/+5
* Limit parallelism to hopefully work on machines with 160 cores.Jussi Pakkanen2022-05-061-1/+6
* another day, another mypy update becomes stricter about typingEli Schwartz2022-05-011-15/+15
* 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