summaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)Author
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
2020-06-15ci: Use test.json to skip VS2017 azure testsDaniel Mensinger
2020-06-13tests: reset CMakeDependency.class_cmakeinfoDaniel Mensinger
2020-05-26Merge pull request #7197 from jon-turney/test-output-check-mandatoryJussi Pakkanen
2020-05-23Clear internal caches before running each test.Jussi Pakkanen
2020-05-23Make expected stdout mandatory for warning-meson and failing-meson testsJon Turney
2020-05-23Remove stray print call.Jussi Pakkanen
2020-05-23Revert "Merge pull request #7172 from jon-turney/test-output-check-mandatory"Jussi Pakkanen
2020-05-22Merge pull request #7172 from jon-turney/test-output-check-mandatoryJussi Pakkanen
2020-05-15Make expected stdout mandatory for warning-meson and failing-meson testsJon Turney
2020-05-14interpreterbase: Allow passing an extra message in feature/deprecation warningsDylan Baker
2020-05-13Merge pull request #6620 from jon-turney/test-output-checkDylan Baker
2020-05-08rename unstable-kconfig to unstable-keyvalPaolo Bonzini
2020-04-30Add a mechanism for validating meson output in testsJon Turney
2020-04-30Make colourize_console() a functionJon Turney
2020-04-28tests: Skip hotdoc test if hotdoc is not installedDaniel Mensinger
2020-04-28tests: Add support for specifying tool requirementsDaniel Mensinger
2020-04-17run_project_tests: Allow matrix tests to skipDylan Baker
2020-04-17run_project_tests: Add an option to put temprorary files in /tmpDylan Baker
2020-03-20Merge pull request #6636 from jon-turney/machine-detection-problemsJussi Pakkanen
2020-03-09project_tests: Add the option to the test format to mark the languageDylan Baker
2020-03-09run_project_tests: Sort importsDylan Baker
2020-03-09run_project_tests: fix argument typeDylan Baker
2020-03-09tests: Add pdb files for d testsDylan Baker
2020-03-09project_tests: Add "version" to "shared_lib" and "pdb" typesDylan Baker
2020-03-06project_tests: Add a "shared_lib" typeDylan Baker
2020-02-29Extend _run_test to test build without regenerateJon Turney
2020-02-26test: replace pass_* functions with a test.json entryDaniel Mensinger
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2020-02-25test: realise test_args.txt with a test matrixDaniel Mensinger
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger
2020-02-25test: general refactoring of run_project_tests.pyDaniel Mensinger
2020-02-20boost: Updated testsDaniel Mensinger
2020-02-13Remove unused no-installed-files test featureJon Turney
2020-02-13Refactor TestResult object initializationJon Turney
2020-02-11ci: Add Fedora and OpenSUSE imagesDaniel Mensinger
2020-02-07run_project_tests: Fix it to actually workDylan Baker
2020-02-05tests: Added basic test matrix support for project testsDaniel Mensinger
2020-01-30Merge pull request #6536 from jon-turney/cross-testing-refactorJussi Pakkanen
2020-01-30Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D
2020-01-28Make run_project_tests.py aware of --cross-file optionJon Turney