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_tests.py
Age
Commit message (
Expand
)
Author
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-09-18
pkgconfig: Cache the implementation instance
Xavier Claessens
2023-08-17
tests: consolidate MESON_SKIP_TEST reporting and use it in unittests
Eli Schwartz
2023-08-03
PkgConfigDependency: Move CLI handling into its own abstraction
Xavier Claessens
2023-06-26
dependencies: defer importing a custom dependency until it is used
Eli Schwartz
2023-03-28
unittests: Pass the exact backend name
Xavier Claessens
2023-03-20
project tests: add log of the setup command being run
Eli Schwartz
2023-03-20
tests: fix regression that broke mtest_inprocess
Eli Schwartz
2023-02-13
CI: log individual steps in run_tests
Eli Schwartz
2022-11-03
python 3.11: suppress an incorrect EncodingWarning
Eli Schwartz
2022-09-19
compilers: directly import from subpackages
Eli Schwartz
2022-03-31
unittests: move get_convincing_fake_env_and_cc to run_tests.py
Marvin Scholz
2022-03-01
use a more sane check instead of run_custom_lint
Eli Schwartz
2022-02-17
unittests: make ninja detection faster and more robust
Eli Schwartz
2022-01-16
Add a test for the --vsenv meson setup option
Nirbheek Chauhan
2021-10-10
Add --vsenv command line option and active VS only when needed
Xavier Claessens
2021-06-29
pathlib: Patch pathlib to work around some bugs (fixes #7295)
Daniel Mensinger
2021-06-22
coverage: Enable coverage reports
Daniel Mensinger
2021-06-18
tests: clear mesonlib.project_meson_versions (which **really** needs a refactor)
Daniel Mensinger
2021-06-18
tests: Always enable the traceback in run_project_tests.py
Daniel Mensinger
2021-06-09
typing: Fully annotate run_project_tests.py
Daniel Mensinger
2021-05-29
Remove HFS workaround as everyone should use APFS by now.
Jussi Pakkanen
2021-05-13
Set up VS environment automatically when run.
Jussi Pakkanen
2021-05-08
Set unittest backend with an argument rather than an envvar.
Jussi Pakkanen
2021-04-25
Xcode: add objective C flags to plain C because Xcode requires it.
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
add a script to run a single test
Dylan Baker
2021-02-23
run_*_tests: Add some type annotations
Dylan Baker
2021-01-21
mlog: add __str__ method to AnsiDecorator
Paolo Bonzini
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-09-24
compilers/mixins/clike: fix mypy issues
Dylan Baker
2020-09-17
tests: Make monkey patching smarter
Dylan Baker
2020-09-10
Add a test run in an environment which only has a cross compiler
Jon Turney
2020-09-08
typing: fixup of #7688
Daniel Mensinger
2020-06-15
run_*tests*.py: print Meson version at start of test suite
Michael Hirsch
2020-04-30
Make colourize_console() a function
Jon Turney
2020-04-20
Compiler options per lang
John Ericson
2020-02-22
ninjabackend: List PDBs in output list for targets
Nirbheek Chauhan
2020-01-28
Specify crossfile use in CI job configuration
Jon Turney
2020-01-15
run_tests: Fix detection of ninja 1.9
Nirbheek Chauhan
2019-12-13
run_tests.py: use mlog.log_once to avoid spamming ninja < 1.9 warnings
Dylan Baker
2019-12-05
lgtm: Fix Module imported with `import` and `import from`
Daniel Mensinger
2019-10-20
Fix all flake8 warnings
Daniel Mensinger
2019-09-05
mesonlib.split_args/quote_arg/join_args
Aleksey Gurtovoy
2019-09-01
tests: Require ninja 1.9 on CI
Nirbheek Chauhan
[next]