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-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
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-09-17
project tests: Also check whether introspect works
Nirbheek Chauhan
2020-09-17
project tests: Rename a variable for clarity
Nirbheek Chauhan
2020-09-11
Add build machine compilers to project tests compiler report
Jon Turney
2020-09-10
Split tests out from 'common' which require a native compiler
Jon Turney
2020-09-08
typing: fix code review
Daniel Mensinger
2020-08-27
test: Add 'dir' support for installed files in test.json
Daniel Mensinger
2020-07-23
Merge pull request #7460 from mensinda/fixDeepcpy
Jussi Pakkanen
2020-07-21
Add boost_root support to properties files (#7210)
cmcneish
2020-07-16
Make virtualenv inside the project work
Daniel Mensinger
2020-07-12
remove redundant syntax
Michael Hirsch
2020-07-12
some python test cases don't care about backend, so run them in any case
Michael Hirsch
2020-06-15
run_*tests*.py: print Meson version at start of test suite
Michael Hirsch
2020-06-15
ci: Use test.json to skip VS2017 azure tests
Daniel Mensinger
2020-06-13
tests: reset CMakeDependency.class_cmakeinfo
Daniel Mensinger
2020-05-26
Merge pull request #7197 from jon-turney/test-output-check-mandatory
Jussi Pakkanen
2020-05-23
Clear internal caches before running each test.
Jussi Pakkanen
2020-05-23
Make expected stdout mandatory for warning-meson and failing-meson tests
Jon Turney
2020-05-23
Remove stray print call.
Jussi Pakkanen
2020-05-23
Revert "Merge pull request #7172 from jon-turney/test-output-check-mandatory"
Jussi Pakkanen
2020-05-22
Merge pull request #7172 from jon-turney/test-output-check-mandatory
Jussi Pakkanen
2020-05-15
Make expected stdout mandatory for warning-meson and failing-meson tests
Jon Turney
2020-05-14
interpreterbase: Allow passing an extra message in feature/deprecation warnings
Dylan Baker
2020-05-13
Merge pull request #6620 from jon-turney/test-output-check
Dylan Baker
[next]