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
2018-07-19
Remove long deprecated command scripts.
Jussi Pakkanen
2018-03-14
Turn deprecated commands into errors.
Jussi Pakkanen
2017-08-02
Write deprecation warnings to stderr.
Jussi Pakkanen
2017-08-02
Print deprecation warnings on old style commands.
Jussi Pakkanen
2017-08-02
Turned mesontest into on internal module.
Jussi Pakkanen
2017-07-23
mesontest: logfilename may be undefined
Dima Krasner
2017-07-18
Close files reliably.
Jussi Pakkanen
2017-07-15
Print real error if mesontest used on invalid directory.
Elliott Sales de Andrade
2017-07-02
Removed some dead code. Closes #1949.
Jussi Pakkanen
2017-06-30
Don't rebuild tests during listing.
Elliott Sales de Andrade
2017-05-26
can't pass args to python3 shebang
Rob Doolittle
2017-05-24
mesontest: use unbuffered IO
Rob Doolittle
2017-05-17
Rearrange trys to avoid possible undefined vars.
Elliott Sales de Andrade
2017-05-17
Remove unused variables.
Elliott Sales de Andrade
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
[next]