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
2017-05-02
Don't use len() to test emptiness vs not emptiness
Dylan Baker
2017-04-10
Colorize terminal output of mesontest. Closes #1593.
Jussi Pakkanen
2017-04-09
Check that requested executables are available. Closes #1591.
Jussi Pakkanen
2017-04-06
Use '.exe' extension for executables for Cygwin
Jon Turney
2017-04-06
Use extra_paths on Cygwin
Jon Turney
2017-02-23
mesontest: Support passing test arguments at runtime
Nirbheek Chauhan
2017-02-23
mesontest: Fix --repeat with --gdb
Nirbheek Chauhan
2017-02-23
mesontest: Use shlex.split for parsing the wrapper
Nirbheek Chauhan
2017-02-20
Merge pull request #1402 from centricular/test-setup-fixes
Jussi Pakkanen
2017-02-19
Run regen before loading test data because it might have changed.
Jussi Pakkanen
2017-02-19
mesontest: Use setup timeout multiplier if not specified
Nirbheek Chauhan
2017-02-19
mesontest: Use test setup name in logfiles
Nirbheek Chauhan
2017-02-19
mesontest: Don't run tests if no tests were selected
Nirbheek Chauhan
2017-02-19
mesontest: Set MALLOC_PERTURB_ to a random value
Nirbheek Chauhan
2017-01-28
Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmd
Jussi Pakkanen
2017-01-28
[mesontest] Implement a quiet option.
Hemmo Nieminen
2017-01-28
vs: Fix running of tests to use mesontest.py
Nirbheek Chauhan
2017-01-26
mesontest: Don't add '.' at the end of some prints
Nirbheek Chauhan
2017-01-26
mesontest: Don't overwrite test status on timeout
Nirbheek Chauhan
2017-01-18
cleanup: @staticmethod
Mike Sinkovsky
2017-01-18
cleanup: Replace assignment with augmented assignment
Mike Sinkovsky
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2017-01-15
More readable total statistics.
Jussi Pakkanen
2017-01-12
mesontest: Improve test suite selection.
Hemmo Nieminen
2017-01-11
style: [E1**] Indentation
Mike Sinkovsky
2017-01-03
mesontest: Print test stats even if in verbose mode.
Hemmo Nieminen
2017-01-03
mesontest: Unify testing behaviour between the test target and mesontest.
Hemmo Nieminen
2017-01-03
mesontest: Show the test command in truncated test logs.
Hemmo Nieminen
2017-01-03
mesontest: Remove excess newline and whitespace from test logs.
Hemmo Nieminen
2017-01-02
Can put external programs to test suite exe wrappers directly.
Jussi Pakkanen
2017-01-02
Can set envvars in test setups.
Jussi Pakkanen
2017-01-02
Can specify test setups and run them with mesontest.
Jussi Pakkanen
2017-01-01
style: fix E124 violations
Igor Gnatenko
2017-01-01
style: fix E128 violations
Igor Gnatenko
2017-01-01
style: fix E222 violations
Igor Gnatenko
2017-01-01
style: fix E226 violations
Igor Gnatenko
2017-01-01
style: fix E225 violations
Igor Gnatenko
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-12-20
Minimal fixes to make tests pass when cross compiling.
Jussi Pakkanen
2016-12-20
Fix cross test and run them if a cross compiler is available.
Jussi Pakkanen
2016-12-11
If/elif fix so running just mesontest actually runs the tests after doing a r...
Jussi Pakkanen
2016-12-11
Use a big timeout when running gdb interactively and a typo fix.
Jussi Pakkanen
2016-12-07
mesontest: Fix exception
Patrick Griffis
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
[next]