summaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)Author
2023-01-12tests: properly log the reason why a test got unexpectedly skippedEli Schwartz
2022-12-15Enable Java project tests on DarwimTristan Partin
2022-11-23python: Use correct extension filename suffix on Python < 3.8.7Daniele Nicolodi
2022-11-22test runner: fix excluding null optionsMarvin Scholz
2022-11-17fix deprecated use of meson builddir/ in testsuiteEli Schwartz
2022-10-24basic support for oneapi compilersRobert Cohn
2022-08-17run_project_tests: also change paths for DEPRECATION messagesDylan Baker
2022-08-16deprecate running "meson builddir" without setup subcommandEli Schwartz
2022-07-06run_project_tests: Don't try to use tqdm when stdout is not a ttyDylan Baker
2022-05-10Require CMake 3.14 for all tests that use the cmake moduleSimon McVittie
2022-05-06Limit parallelism to hopefully work on machines with 160 cores.Jussi Pakkanen
2022-05-01another day, another mypy update becomes stricter about typingEli Schwartz
2022-04-12python module: windows dll name for pypy needs special casingMatti Picus
2022-04-03project tests: log the reason why a test is skippedEli Schwartz
2022-04-03project tests: do not use tqdm progress bars for a single testEli Schwartz
2022-03-29move typing-only definition to TYPE_CHECKINGEli Schwartz
2022-02-27modules/wayland: Add unstable_wayland moduleMark Bolhuis
2022-02-17project tests: fine-tune the check for whether we are in CIEli Schwartz
2022-02-17tests: allow setting MESON_CI_JOBNAME=thirdpartyEli Schwartz
2022-02-03cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10Daniel Mensinger
2022-01-10pyupgrade --py37-plusEli Schwartz
2021-12-17Fix mypy errorsDaniel Mensinger
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens
2021-10-04various python neatness cleanupsEli Schwartz
2021-09-30Fix typosChristian Clauss
2021-09-10Presence of nagfor signifies that Fortran tests can be run.Mat Cross
2021-08-22python: Workaround broken install pathXavier Claessens
2021-08-18test runner: add the ability to configure test.json for python pathsEli Schwartz
2021-08-17Revert "Disable Rust + clangcl."Nirbheek Chauhan
2021-08-18Revert "Disable vs2017 + 32bit Rust combo as it is broken."Nirbheek Chauhan
2021-08-15tests: make detecting broken compilers always run without tracebacksEli Schwartz
2021-08-15Disable Rust + clangcl.Jussi Pakkanen
2021-08-15Disable vs2017 + 32bit Rust combo as it is broken.Jussi Pakkanen
2021-08-12Allow gettext test to skip on macOS.Jussi Pakkanen
2021-07-25Remove workaround now that we have a new Ninja.Jussi Pakkanen
2021-07-13Make it an error if MESON_CI_JOBNAME isn't set under CIJon Turney
2021-07-07Use None as Environment object build_dir in detect_system_compiler()Jon Turney
2021-07-07Annotate framework tests with where they are expected to skipJon Turney
2021-07-07Allow `skip_*` test.json keys at top-level or in `matrix:`Jon Turney
2021-07-07Add `skip_on_os` to test.jsonJon Turney
2021-07-07Add `skip_on_jobname` to test.jsonJon Turney
2021-07-07Drop non-framework test names from skippable()Jon Turney
2021-07-05pyupgradeEli Schwartz
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-29pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-06-22Fix project tests category name used in skippable() and XML outputJon Turney
2021-06-18tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger
2021-06-18tests: Add visual seperator to the test logs in run_project_tests.pyDaniel Mensinger
2021-06-11CI: Split out file format test as a separate GitHub workflowJon Turney