aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)AuthorFilesLines
2021-05-13Set up VS environment automatically when run.Jussi Pakkanen1-2/+3
2021-05-02Add validation for --only in `run_project_tests.py`Ralf Gommers1-1/+3
2021-03-24Merge pull request #8568 from dcbaker/submit/qt-dependency-factoryJussi Pakkanen1-9/+12
2021-03-23run_project_tests: add annotationsDylan Baker1-1/+1
2021-03-23run_project_tests.py: Allow qt tests to skip on !macOSDylan Baker1-8/+11
2021-03-23test.json: Add support for not matching stdout linesXavier Claessens1-20/+53
2021-03-23run_project_tests.py: Allow "--only common/240" syntaxXavier Claessens1-13/+24
2021-03-16Update VS module version check.Jussi Pakkanen1-0/+2
2021-03-16Delete leftover files from some tests.Jussi Pakkanen1-0/+11
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-25/+25
2021-03-04various python neatness cleanupsEli Schwartz1-1/+1
2021-02-23run_*_tests: Add some type annotationsDylan Baker1-3/+8
2021-02-23run_project_tests: Delete a build directory if it already existsDylan Baker1-0/+2
2021-02-23run_project_tests: split json parsing code from test gathering codeDylan Baker1-113/+123
2021-02-06ci: Add bindgen to CI imagesDylan Baker1-0/+4
2021-01-21mlog: add __str__ method to AnsiDecoratorPaolo Bonzini1-16/+1
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger1-0/+1
2020-11-23Remove AutoDeletedDirChristoph Reiter1-16/+4
2020-11-23Replace various calls to AutoDeletedDir with TemporaryDirectoryWinProofChristoph Reiter1-6/+6
2020-11-22Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen1-1/+1
2020-11-21run_project_tests: Use the test environment for install and cleanJason Ekstrand1-2/+2
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-11-13gnome: Handle libraries that are not in the current build dirSam Thursfield1-0/+4
2020-10-30Bump minimum supported Python version to 3.6. Closes #6297.Jussi Pakkanen1-3/+2
2020-10-22depenencies/llvm: Handle llvm-config --shared-mode failing (#7379)Dylan Baker1-0/+6
2020-10-13cmake: Add cross testsDaniel Mensinger1-0/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-09-17project tests: Also check whether introspect worksNirbheek Chauhan1-0/+5
2020-09-17project tests: Rename a variable for clarityNirbheek Chauhan1-5/+5
2020-09-11Add build machine compilers to project tests compiler reportJon Turney1-5/+31
2020-09-10Split tests out from 'common' which require a native compilerJon Turney1-1/+2
2020-09-08typing: fix code reviewDaniel Mensinger1-1/+1
2020-08-27test: Add 'dir' support for installed files in test.jsonDaniel Mensinger1-4/+23
2020-07-23Merge pull request #7460 from mensinda/fixDeepcpyJussi Pakkanen1-9/+9
2020-07-21Add boost_root support to properties files (#7210)cmcneish1-2/+26
2020-07-16Make virtualenv inside the project workDaniel Mensinger1-9/+9
2020-07-12remove redundant syntaxMichael Hirsch1-3/+2
2020-07-12some python test cases don't care about backend, so run them in any caseMichael Hirsch1-1/+1
2020-06-15run_*tests*.py: print Meson version at start of test suiteMichael Hirsch1-1/+2
2020-06-15ci: Use test.json to skip VS2017 azure testsDaniel Mensinger1-5/+5
2020-06-13tests: reset CMakeDependency.class_cmakeinfoDaniel Mensinger1-0/+3
2020-05-26Merge pull request #7197 from jon-turney/test-output-check-mandatoryJussi Pakkanen1-40/+45
2020-05-23Clear internal caches before running each test.Jussi Pakkanen1-0/+10
2020-05-23Make expected stdout mandatory for warning-meson and failing-meson testsJon Turney1-40/+45
2020-05-23Remove stray print call.Jussi Pakkanen1-1/+0
2020-05-23Revert "Merge pull request #7172 from jon-turney/test-output-check-mandatory"Jussi Pakkanen1-45/+40
2020-05-22Merge pull request #7172 from jon-turney/test-output-check-mandatoryJussi Pakkanen1-40/+45
2020-05-15Make expected stdout mandatory for warning-meson and failing-meson testsJon Turney1-40/+45
2020-05-14interpreterbase: Allow passing an extra message in feature/deprecation warningsDylan Baker1-0/+1
2020-05-13Merge pull request #6620 from jon-turney/test-output-checkDylan Baker1-4/+63