aboutsummaryrefslogtreecommitdiff
path: root/mesontest.py
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Minimal fixes to make tests pass when cross compiling.Jussi Pakkanen1-1/+5
2016-12-20Fix cross test and run them if a cross compiler is available.Jussi Pakkanen1-1/+1
2016-12-11If/elif fix so running just mesontest actually runs the tests after doing a r...Jussi Pakkanen1-2/+2
2016-12-11Use a big timeout when running gdb interactively and a typo fix.Jussi Pakkanen1-2/+7
2016-12-07mesontest: Fix exceptionPatrick Griffis1-0/+1
2016-12-03mesontest: Rebuild all before running testsThibault Saunier1-6/+42
2016-12-03Typo fix.Jussi Pakkanen1-4/+4
2016-12-03Merge pull request #1128 from thiblahute/mesontest_misc_fixesJussi Pakkanen1-24/+57
2016-12-03Stray debug print removal.Jussi Pakkanen1-1/+0
2016-12-02mesontest: Properly let user know when a test timeout out in verbose modeThibault Saunier1-0/+2
2016-12-02tests: Allow user to change timeout timeThibault Saunier1-1/+5
2016-12-02mesontest: Do not timeout when running inside GDBThibault Saunier1-1/+2
2016-12-02mesontest: Let user work with gdb when not running in a loopThibault Saunier1-1/+3
2016-12-02mesontest: Respect repeat argument even when running testsuitesThibault Saunier1-22/+46
2016-12-01mesontest: Error out even in verbose mode when running repeatidlyThibault Saunier1-6/+6
2016-11-29Support skipped testsDaniel Stone1-1/+8
2016-11-23mesontest: Add a 'verbose' mode which does not capture stdout/errThibault Saunier1-44/+55
2016-11-22mesontest: Fix usage of test.env as it can be a build.EnvironmentVariablesThibault Saunier1-0/+4
2016-11-22mesontest: Fix the --wd option and rename it to -C to be coherent with ninjaThibault Saunier1-4/+5
2016-11-22mesontest: Fix --list optionThibault Saunier1-1/+3
2016-11-18Can run special tests with the new tool.Jussi Pakkanen1-42/+46
2016-11-18All testing is now in mesontest.py, which simplifies a lot of stuff.Jussi Pakkanen1-9/+285
2016-11-18Made Meson test into a class rather than abusing global variables and as prep...Jussi Pakkanen1-1/+7
2016-11-18Can run benchmarks.Jussi Pakkanen1-1/+3
2016-11-18Run all tests if none are specified.Jussi Pakkanen1-0/+3
2016-11-18Removed Valgrind from core.Jussi Pakkanen1-1/+1
2016-11-18Can run tests under gdb.Jussi Pakkanen1-14/+29
2016-11-18Add option to run under gdb.Jussi Pakkanen1-0/+6
2016-11-18New test runner.Jussi Pakkanen1-0/+63