summaryrefslogtreecommitdiff
path: root/run_project_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8568 from dcbaker/submit/qt-dependency-factoryJussi Pakkanen2021-03-241-9/+12
|\
| * run_project_tests: add annotationsDylan Baker2021-03-231-1/+1
| * run_project_tests.py: Allow qt tests to skip on !macOSDylan Baker2021-03-231-8/+11
* | test.json: Add support for not matching stdout linesXavier Claessens2021-03-231-20/+53
* | run_project_tests.py: Allow "--only common/240" syntaxXavier Claessens2021-03-231-13/+24
|/
* Update VS module version check.Jussi Pakkanen2021-03-161-0/+2
* Delete leftover files from some tests.Jussi Pakkanen2021-03-161-0/+11
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-25/+25
* various python neatness cleanupsEli Schwartz2021-03-041-1/+1
* run_*_tests: Add some type annotationsDylan Baker2021-02-231-3/+8
* run_project_tests: Delete a build directory if it already existsDylan Baker2021-02-231-0/+2
* run_project_tests: split json parsing code from test gathering codeDylan Baker2021-02-231-113/+123
* ci: Add bindgen to CI imagesDylan Baker2021-02-061-0/+4
* mlog: add __str__ method to AnsiDecoratorPaolo Bonzini2021-01-211-16/+1
* cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger2021-01-101-0/+1
* Remove AutoDeletedDirChristoph Reiter2020-11-231-16/+4
* Replace various calls to AutoDeletedDir with TemporaryDirectoryWinProofChristoph Reiter2020-11-231-6/+6
* Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen2020-11-221-1/+1
|\
| * use real pathlib moduleDylan Baker2020-11-201-1/+1
* | run_project_tests: Use the test environment for install and cleanJason Ekstrand2020-11-211-2/+2
|/
* gnome: Handle libraries that are not in the current build dirSam Thursfield2020-11-131-0/+4
* Bump minimum supported Python version to 3.6. Closes #6297.Jussi Pakkanen2020-10-301-3/+2
* depenencies/llvm: Handle llvm-config --shared-mode failing (#7379)Dylan Baker2020-10-221-0/+6
* cmake: Add cross testsDaniel Mensinger2020-10-131-0/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* project tests: Also check whether introspect worksNirbheek Chauhan2020-09-171-0/+5
* project tests: Rename a variable for clarityNirbheek Chauhan2020-09-171-5/+5
* Add build machine compilers to project tests compiler reportJon Turney2020-09-111-5/+31
* Split tests out from 'common' which require a native compilerJon Turney2020-09-101-1/+2
* typing: fix code reviewDaniel Mensinger2020-09-081-1/+1
* test: Add 'dir' support for installed files in test.jsonDaniel Mensinger2020-08-271-4/+23
* Merge pull request #7460 from mensinda/fixDeepcpyJussi Pakkanen2020-07-231-9/+9
|\
| * Make virtualenv inside the project workDaniel Mensinger2020-07-161-9/+9
* | Add boost_root support to properties files (#7210)cmcneish2020-07-211-2/+26
|/
* remove redundant syntaxMichael Hirsch2020-07-121-3/+2
* some python test cases don't care about backend, so run them in any caseMichael Hirsch2020-07-121-1/+1
* run_*tests*.py: print Meson version at start of test suiteMichael Hirsch2020-06-151-1/+2
* ci: Use test.json to skip VS2017 azure testsDaniel Mensinger2020-06-151-5/+5
* tests: reset CMakeDependency.class_cmakeinfoDaniel Mensinger2020-06-131-0/+3
* Merge pull request #7197 from jon-turney/test-output-check-mandatoryJussi Pakkanen2020-05-261-40/+45
|\
| * Make expected stdout mandatory for warning-meson and failing-meson testsJon Turney2020-05-231-40/+45
* | Clear internal caches before running each test.Jussi Pakkanen2020-05-231-0/+10
|/
* Remove stray print call.Jussi Pakkanen2020-05-231-1/+0
* Revert "Merge pull request #7172 from jon-turney/test-output-check-mandatory"Jussi Pakkanen2020-05-231-45/+40
* Merge pull request #7172 from jon-turney/test-output-check-mandatoryJussi Pakkanen2020-05-221-40/+45
|\
| * Make expected stdout mandatory for warning-meson and failing-meson testsJon Turney2020-05-151-40/+45
* | interpreterbase: Allow passing an extra message in feature/deprecation warningsDylan Baker2020-05-141-0/+1
|/
* Merge pull request #6620 from jon-turney/test-output-checkDylan Baker2020-05-131-4/+63
|\
| * Add a mechanism for validating meson output in testsJon Turney2020-04-301-0/+59
| * Make colourize_console() a functionJon Turney2020-04-301-4/+4