summaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)Author
2021-07-07Use None as Environment object build_dir in detect_system_compiler()Jon Turney
2021-07-07Annotate framework tests with where they are expected to skipJon Turney
2021-07-07Allow `skip_*` test.json keys at top-level or in `matrix:`Jon Turney
2021-07-07Add `skip_on_os` to test.jsonJon Turney
2021-07-07Add `skip_on_jobname` to test.jsonJon Turney
2021-07-07Drop non-framework test names from skippable()Jon Turney
2021-07-05pyupgradeEli Schwartz
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-06-29pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-06-22Fix project tests category name used in skippable() and XML outputJon Turney
2021-06-18tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger
2021-06-18tests: Add visual seperator to the test logs in run_project_tests.pyDaniel Mensinger
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