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
2025-10-29
environment: move tool detection functions to a new module
Paolo Bonzini
2025-10-29
environment: move detection functions to envconfig.py
Paolo Bonzini
2025-09-19
pkgconfig: Fix class cached to be keyed on extra_paths
Michał Górny
2025-08-10
unittests: remove FakeCompilerOptions
Paolo Bonzini
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-16
run_tests: add annotations to get_fake_env
Dylan Baker
2024-07-11
Fix Type hints
Zhipeng Xue
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-04-14
Fix builds with Ninja 12 and remove a 5 year old workaround.
Jussi Pakkanen
2024-04-10
Do not use verbose mode in unittests.
Jussi Pakkanen
2024-02-23
coredata: use a Protocol for shared options between setup configure and dist
Dylan Baker
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
[next]