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
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
2019-09-01
tests: Upgrade to ninja v1.9 for Linux
Nirbheek Chauhan
2019-09-01
tests: Detect ninja v1.9 and disable timestamp hack
Nirbheek Chauhan
2019-08-24
Intel-Cl tests: increase robustness of Windows Intel compilers detection (#5828)
Michael Hirsch, Ph.D
2019-08-12
Put native file before cross file in options list
John Ericson
2019-07-30
fortran tests: non-gfortran compilers on Windows are best static libs
Michael Hirsch, Ph.D
2019-07-30
run_tests: ifort / intel-cl must have ninja backend
Michael Hirsch, Ph.D
2019-07-23
cmake: added test case for environment variables
Daniel Mensinger
2019-07-09
Add command line argument to skip unit tests.
Jussi Pakkanen
2019-05-16
Make `PerMachine` and `MachineChoice` have just `build` and `host`
John Ericson
2019-04-29
Fix unused variables warnings
Daniel Mensinger
2019-04-15
Flush run_tests output so it appears before the test subprocesses it runs
Jon Turney
[next]