summaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)Author
2023-12-24run_project_tests: fix assertion that crashes if you have git worktreesEli Schwartz
2023-12-24project tests: handle code internally fetching the meson commandEli Schwartz
2023-12-22tests: skip symlink creation when not supportedCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-04run_project_tests: remove debug printDylan Baker
2023-11-07Prohibit symlinks in test data dir because they get mangled by setup.py.Jussi Pakkanen
2023-10-04Remove type comments in run_project_tests.pyTristan Partin
2023-09-13run_project_tests: support checking for symlinksArsen Arsenović
2023-09-07Fix include_directories test for relative pathCharles Brunet
2023-09-07Fix crash when installing a vala library and python sourcesXavier Claessens
2023-09-01tests: repeat the failure reason in the detailed logsEli Schwartz
2023-09-01tests: move a couple log files into collapsed github groups where possibleEli Schwartz
2023-09-01tests: move the newline to the right place in ci includesEli Schwartz
2023-09-01tests: sync ninja stdout/stderr instead of listing them separatelyEli Schwartz
2023-09-01tests: make summary section for project tests more like pytestEli Schwartz
2023-09-01tests: make run_project_tests finish off the verbose logs with a summaryEli Schwartz
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens
2023-08-17tests: consolidate MESON_SKIP_TEST reporting and use it in unittestsEli Schwartz
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz
2023-04-24Initial support for Metrowerks C/C++ compilerNomura
2023-04-11fix various spelling issuesJosh Soref
2023-04-04tests: make it easier to read overall results in githubEli Schwartz
2023-03-20project tests: add log of the setup command being runEli Schwartz
2023-02-22remove pointless, unused typing-only import in the test runnerEli Schwartz
2023-02-13tests: do not run the deprecated python3 tests unless python is python3Eli Schwartz
2023-01-12tests: track when an entire category is skipped and be quieterEli Schwartz
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