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
/
mesontest.py
Age
Commit message (
Expand
)
Author
2016-12-03
mesontest: Rebuild all before running tests
Thibault Saunier
2016-12-03
Typo fix.
Jussi Pakkanen
2016-12-03
Merge pull request #1128 from thiblahute/mesontest_misc_fixes
Jussi Pakkanen
2016-12-03
Stray debug print removal.
Jussi Pakkanen
2016-12-02
mesontest: Properly let user know when a test timeout out in verbose mode
Thibault Saunier
2016-12-02
tests: Allow user to change timeout time
Thibault Saunier
2016-12-02
mesontest: Do not timeout when running inside GDB
Thibault Saunier
2016-12-02
mesontest: Let user work with gdb when not running in a loop
Thibault Saunier
2016-12-02
mesontest: Respect repeat argument even when running testsuites
Thibault Saunier
2016-12-01
mesontest: Error out even in verbose mode when running repeatidly
Thibault Saunier
2016-11-29
Support skipped tests
Daniel Stone
2016-11-23
mesontest: Add a 'verbose' mode which does not capture stdout/err
Thibault Saunier
2016-11-22
mesontest: Fix usage of test.env as it can be a build.EnvironmentVariables
Thibault Saunier
2016-11-22
mesontest: Fix the --wd option and rename it to -C to be coherent with ninja
Thibault Saunier
2016-11-22
mesontest: Fix --list option
Thibault Saunier
2016-11-18
Can run special tests with the new tool.
Jussi Pakkanen
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
Can run benchmarks.
Jussi Pakkanen
2016-11-18
Run all tests if none are specified.
Jussi Pakkanen
2016-11-18
Removed Valgrind from core.
Jussi Pakkanen
2016-11-18
Can run tests under gdb.
Jussi Pakkanen
2016-11-18
Add option to run under gdb.
Jussi Pakkanen
2016-11-18
New test runner.
Jussi Pakkanen