summaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)Author
2021-06-11CI: Split out file format test as a separate GitHub workflowJon Turney
2021-06-09tests: Force colorize CI outputDaniel Mensinger
2021-06-09tests: Don't even start running skipped testsDaniel Mensinger
2021-06-09tests: Fix global state issueDaniel Mensinger
2021-06-09tests: Add option to limit the number of workersDaniel Mensinger
2021-06-09tests: Optional progress bar with tqdmDaniel Mensinger
2021-06-09tests: Refactored test runnerDaniel Mensinger
2021-06-09tests: Reduce complexity of the run_tests signatureDaniel Mensinger
2021-06-09tests: reduce global variablesDaniel Mensinger
2021-06-09typing: Fully annotate run_project_tests.pyDaniel Mensinger
2021-06-07cython: add 1 basic testDylan Baker
2021-05-13Set up VS environment automatically when run.Jussi Pakkanen
2021-05-02Add validation for --only in `run_project_tests.py`Ralf Gommers
2021-03-24Merge pull request #8568 from dcbaker/submit/qt-dependency-factoryJussi Pakkanen
2021-03-23run_project_tests: add annotationsDylan Baker
2021-03-23run_project_tests.py: Allow qt tests to skip on !macOSDylan Baker
2021-03-23test.json: Add support for not matching stdout linesXavier Claessens
2021-03-23run_project_tests.py: Allow "--only common/240" syntaxXavier Claessens
2021-03-16Update VS module version check.Jussi Pakkanen
2021-03-16Delete leftover files from some tests.Jussi Pakkanen
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-02-23run_*_tests: Add some type annotationsDylan Baker
2021-02-23run_project_tests: Delete a build directory if it already existsDylan Baker
2021-02-23run_project_tests: split json parsing code from test gathering codeDylan Baker
2021-02-06ci: Add bindgen to CI imagesDylan Baker
2021-01-21mlog: add __str__ method to AnsiDecoratorPaolo Bonzini
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger
2020-11-23Remove AutoDeletedDirChristoph Reiter
2020-11-23Replace various calls to AutoDeletedDir with TemporaryDirectoryWinProofChristoph Reiter
2020-11-22Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen
2020-11-21run_project_tests: Use the test environment for install and cleanJason Ekstrand
2020-11-20use real pathlib moduleDylan Baker
2020-11-13gnome: Handle libraries that are not in the current build dirSam Thursfield
2020-10-30Bump minimum supported Python version to 3.6. Closes #6297.Jussi Pakkanen
2020-10-22depenencies/llvm: Handle llvm-config --shared-mode failing (#7379)Dylan Baker
2020-10-13cmake: Add cross testsDaniel Mensinger
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-09-17project tests: Also check whether introspect worksNirbheek Chauhan
2020-09-17project tests: Rename a variable for clarityNirbheek Chauhan
2020-09-11Add build machine compilers to project tests compiler reportJon Turney
2020-09-10Split tests out from 'common' which require a native compilerJon Turney
2020-09-08typing: fix code reviewDaniel Mensinger
2020-08-27test: Add 'dir' support for installed files in test.jsonDaniel Mensinger
2020-07-23Merge pull request #7460 from mensinda/fixDeepcpyJussi Pakkanen
2020-07-21Add boost_root support to properties files (#7210)cmcneish
2020-07-16Make virtualenv inside the project workDaniel Mensinger
2020-07-12remove redundant syntaxMichael Hirsch
2020-07-12some python test cases don't care about backend, so run them in any caseMichael Hirsch
2020-06-15run_*tests*.py: print Meson version at start of test suiteMichael Hirsch