index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
run_project_tests.py
Age
Commit message (
Expand
)
Author
2021-07-07
Use None as Environment object build_dir in detect_system_compiler()
Jon Turney
2021-07-07
Annotate framework tests with where they are expected to skip
Jon Turney
2021-07-07
Allow `skip_*` test.json keys at top-level or in `matrix:`
Jon Turney
2021-07-07
Add `skip_on_os` to test.json
Jon Turney
2021-07-07
Add `skip_on_jobname` to test.json
Jon Turney
2021-07-07
Drop non-framework test names from skippable()
Jon Turney
2021-07-05
pyupgrade
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-06-29
pathlib: Patch pathlib to work around some bugs (fixes #7295)
Daniel Mensinger
2021-06-25
Split compiler detection from Environment
Daniel Mensinger
2021-06-22
Fix project tests category name used in skippable() and XML output
Jon Turney
2021-06-18
tests: Always enable the traceback in run_project_tests.py
Daniel Mensinger
2021-06-18
tests: Add visual seperator to the test logs in run_project_tests.py
Daniel Mensinger
2021-06-11
CI: Split out file format test as a separate GitHub workflow
Jon Turney
2021-06-09
tests: Force colorize CI output
Daniel Mensinger
2021-06-09
tests: Don't even start running skipped tests
Daniel Mensinger
2021-06-09
tests: Fix global state issue
Daniel Mensinger
2021-06-09
tests: Add option to limit the number of workers
Daniel Mensinger
2021-06-09
tests: Optional progress bar with tqdm
Daniel Mensinger
2021-06-09
tests: Refactored test runner
Daniel Mensinger
2021-06-09
tests: Reduce complexity of the run_tests signature
Daniel Mensinger
2021-06-09
tests: reduce global variables
Daniel Mensinger
2021-06-09
typing: Fully annotate run_project_tests.py
Daniel Mensinger
2021-06-07
cython: add 1 basic test
Dylan Baker
2021-05-13
Set up VS environment automatically when run.
Jussi Pakkanen
2021-05-02
Add validation for --only in `run_project_tests.py`
Ralf Gommers
2021-03-24
Merge pull request #8568 from dcbaker/submit/qt-dependency-factory
Jussi Pakkanen
2021-03-23
run_project_tests: add annotations
Dylan Baker
2021-03-23
run_project_tests.py: Allow qt tests to skip on !macOS
Dylan Baker
2021-03-23
test.json: Add support for not matching stdout lines
Xavier Claessens
2021-03-23
run_project_tests.py: Allow "--only common/240" syntax
Xavier Claessens
2021-03-16
Update VS module version check.
Jussi Pakkanen
2021-03-16
Delete leftover files from some tests.
Jussi Pakkanen
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-02-23
run_*_tests: Add some type annotations
Dylan Baker
2021-02-23
run_project_tests: Delete a build directory if it already exists
Dylan Baker
2021-02-23
run_project_tests: split json parsing code from test gathering code
Dylan Baker
2021-02-06
ci: Add bindgen to CI images
Dylan Baker
2021-01-21
mlog: add __str__ method to AnsiDecorator
Paolo Bonzini
2021-01-10
cmake: add PATH logic to preliminary dep check (fixes #8133)
Daniel Mensinger
2020-11-23
Remove AutoDeletedDir
Christoph Reiter
2020-11-23
Replace various calls to AutoDeletedDir with TemporaryDirectoryWinProof
Christoph Reiter
2020-11-22
Merge pull request #8011 from dcbaker/submit/post-python36-cleanups
Jussi Pakkanen
2020-11-21
run_project_tests: Use the test environment for install and clean
Jason Ekstrand
2020-11-20
use real pathlib module
Dylan Baker
2020-11-13
gnome: Handle libraries that are not in the current build dir
Sam Thursfield
2020-10-30
Bump minimum supported Python version to 3.6. Closes #6297.
Jussi Pakkanen
2020-10-22
depenencies/llvm: Handle llvm-config --shared-mode failing (#7379)
Dylan Baker
2020-10-13
cmake: Add cross tests
Daniel Mensinger
[next]