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
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
2019-02-02
Never access environment.properties downstream
John Ericson
2019-01-31
find_library: Check arch of libraries on Darwin
Nirbheek Chauhan
2019-02-01
Rewrite appleframework and extraframework dependency classes
Nirbheek Chauhan
2019-01-31
unit tests: Fix sdl2 failure test on macOS
Nirbheek Chauhan
2019-01-31
unit tests: Simplify get_fake_env()
Nirbheek Chauhan
2019-01-02
Remove cross_info; cross file is parsed up front and discarded
John Ericson
2018-12-11
Only autodetect 'vs' backend on windows
Daniel Mensinger
2018-11-14
Get basic native config file loading working
Dylan Baker
2018-10-14
Merge pull request #4340 from jon-turney/azure-pipelines
Jussi Pakkanen
2018-10-14
Use 'CI' environment variable to detect CI environment
Jon Turney
2018-10-10
tests: Merge backend guessing into one function
Niklas Claesson
2018-10-10
Fix type-bug cannot add str to list
Niklas Claesson
2018-10-10
Add option to fail fast in tests
Niklas Claesson
2018-10-10
tests runners: Refactor out global variables and add argparse
Niklas Claesson
[next]