aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/meson_test.py
AgeCommit message (Expand)AuthorFilesLines
2016-11-18All testing is now in mesontest.py, which simplifies a lot of stuff.Jussi Pakkanen1-300/+0
2016-11-18Made Meson test into a class rather than abusing global variables and as prep...Jussi Pakkanen1-178/+174
2016-11-18Run all tests if none are specified.Jussi Pakkanen1-4/+5
2016-11-18Use the same code for tests and benchmarks.Jussi Pakkanen1-12/+28
2016-11-18Removed Valgrind from core.Jussi Pakkanen1-4/+1
2016-11-13Use portable path separator in wrappers.Elliott Sales de Andrade1-1/+2
2016-10-19Don't mention non-existing log files after testing.Hemmo Nieminen1-1/+2
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen1-0/+0
2016-09-14Add a new 'environment' object to be used to build test environment (#781)Thibault Saunier1-0/+4
2016-09-08meson_test: Add env variables to the test logs file (#767)Thibault Saunier1-4/+9
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-20/+25
2016-06-06meson_test: Fix a bug in valgrind argument handling.Hemmo Nieminen1-3/+4
2016-04-14Fix a bug (typo) seen when printing the logs from failed tests. (#513)trhd1-1/+1
2016-04-01meson_test: Don't print logs from failing tests that are expected to fail.Hemmo Nieminen1-3/+4
2016-04-01meson_test: Add support for --print-errorlogs option.Hemmo Nieminen1-34/+49
2016-04-01meson_test: Add support for --no-stdsplit option.Hemmo Nieminen1-11/+17
2016-04-01meson_test: Move "options" to a global variable.Hemmo Nieminen1-3/+5
2016-02-17Prevent state leaks when running tests in-process.Jussi Pakkanen1-0/+1
2016-02-14When killing a frozen process, take all its children with it. Closes #377.Jussi Pakkanen1-3/+18
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+233