aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-15tests: make detecting broken compilers always run without tracebacksEli Schwartz1-1/+1
2021-08-15Disable Rust + clangcl.Jussi Pakkanen1-0/+3
2021-08-15Disable vs2017 + 32bit Rust combo as it is broken.Jussi Pakkanen1-2/+11
2021-08-12Allow gettext test to skip on macOS.Jussi Pakkanen1-0/+3
2021-07-25Remove workaround now that we have a new Ninja.Jussi Pakkanen1-7/+0
2021-07-13Make it an error if MESON_CI_JOBNAME isn't set under CIJon Turney1-6/+3
2021-07-07Use None as Environment object build_dir in detect_system_compiler()Jon Turney1-24/+23
2021-07-07Annotate framework tests with where they are expected to skipJon Turney1-56/+1
2021-07-07Allow `skip_*` test.json keys at top-level or in `matrix:`Jon Turney1-31/+41
2021-07-07Add `skip_on_os` to test.jsonJon Turney1-0/+11
2021-07-07Add `skip_on_jobname` to test.jsonJon Turney1-4/+55
2021-07-07Drop non-framework test names from skippable()Jon Turney1-12/+0
2021-07-05pyupgradeEli Schwartz1-1/+1
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-11/+10
2021-06-29pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger1-1/+5
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-4/+5
2021-06-22Fix project tests category name used in skippable() and XML outputJon Turney1-3/+4
2021-06-18tests: Always enable the traceback in run_project_tests.pyDaniel Mensinger1-1/+4
2021-06-18tests: Add visual seperator to the test logs in run_project_tests.pyDaniel Mensinger1-0/+9
2021-06-11CI: Split out file format test as a separate GitHub workflowJon Turney1-48/+0
2021-06-09tests: Force colorize CI outputDaniel Mensinger1-0/+12
2021-06-09tests: Don't even start running skipped testsDaniel Mensinger1-7/+9
2021-06-09tests: Fix global state issueDaniel Mensinger1-5/+27
2021-06-09tests: Add option to limit the number of workersDaniel Mensinger1-18/+29
2021-06-09tests: Optional progress bar with tqdmDaniel Mensinger1-13/+36
2021-06-09tests: Refactored test runnerDaniel Mensinger1-81/+154
2021-06-09tests: Reduce complexity of the run_tests signatureDaniel Mensinger1-16/+15
2021-06-09tests: reduce global variablesDaniel Mensinger1-26/+24
2021-06-09typing: Fully annotate run_project_tests.pyDaniel Mensinger1-95/+134
2021-06-07cython: add 1 basic testDylan Baker1-2/+3
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