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
/
mesonbuild
/
scripts
/
meson_test.py
Age
Commit message (
Expand
)
Author
2016-11-18
All testing is now in mesontest.py, which simplifies a lot of stuff.
Jussi Pakkanen
2016-11-18
Made Meson test into a class rather than abusing global variables and as prep...
Jussi Pakkanen
2016-11-18
Run all tests if none are specified.
Jussi Pakkanen
2016-11-18
Use the same code for tests and benchmarks.
Jussi Pakkanen
2016-11-18
Removed Valgrind from core.
Jussi Pakkanen
2016-11-13
Use portable path separator in wrappers.
Elliott Sales de Andrade
2016-10-19
Don't mention non-existing log files after testing.
Hemmo Nieminen
2016-10-07
Remove shebangs on files that are not runnable and add execute bits to those ...
Jussi Pakkanen
2016-09-14
Add a new 'environment' object to be used to build test environment (#781)
Thibault Saunier
2016-09-08
meson_test: Add env variables to the test logs file (#767)
Thibault Saunier
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-06-06
meson_test: Fix a bug in valgrind argument handling.
Hemmo Nieminen
2016-04-14
Fix a bug (typo) seen when printing the logs from failed tests. (#513)
trhd
2016-04-01
meson_test: Don't print logs from failing tests that are expected to fail.
Hemmo Nieminen
2016-04-01
meson_test: Add support for --print-errorlogs option.
Hemmo Nieminen
2016-04-01
meson_test: Add support for --no-stdsplit option.
Hemmo Nieminen
2016-04-01
meson_test: Move "options" to a global variable.
Hemmo Nieminen
2016-02-17
Prevent state leaks when running tests in-process.
Jussi Pakkanen
2016-02-14
When killing a frozen process, take all its children with it. Closes #377.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen