summaryrefslogtreecommitdiff
path: root/mesontest.py
AgeCommit message (Expand)Author
2018-07-19Remove long deprecated command scripts.Jussi Pakkanen
2018-03-14Turn deprecated commands into errors.Jussi Pakkanen
2017-08-02Write deprecation warnings to stderr.Jussi Pakkanen
2017-08-02Print deprecation warnings on old style commands.Jussi Pakkanen
2017-08-02Turned mesontest into on internal module.Jussi Pakkanen
2017-07-23mesontest: logfilename may be undefinedDima Krasner
2017-07-18Close files reliably.Jussi Pakkanen
2017-07-15Print real error if mesontest used on invalid directory.Elliott Sales de Andrade
2017-07-02Removed some dead code. Closes #1949.Jussi Pakkanen
2017-06-30Don't rebuild tests during listing.Elliott Sales de Andrade
2017-05-26can't pass args to python3 shebangRob Doolittle
2017-05-24mesontest: use unbuffered IORob Doolittle
2017-05-17Rearrange trys to avoid possible undefined vars.Elliott Sales de Andrade
2017-05-17Remove unused variables.Elliott Sales de Andrade
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker
2017-04-10Colorize terminal output of mesontest. Closes #1593.Jussi Pakkanen
2017-04-09Check that requested executables are available. Closes #1591.Jussi Pakkanen
2017-04-06Use '.exe' extension for executables for CygwinJon Turney
2017-04-06Use extra_paths on CygwinJon Turney
2017-02-23mesontest: Support passing test arguments at runtimeNirbheek Chauhan
2017-02-23mesontest: Fix --repeat with --gdbNirbheek Chauhan
2017-02-23mesontest: Use shlex.split for parsing the wrapperNirbheek Chauhan
2017-02-20Merge pull request #1402 from centricular/test-setup-fixesJussi Pakkanen
2017-02-19Run regen before loading test data because it might have changed.Jussi Pakkanen
2017-02-19mesontest: Use setup timeout multiplier if not specifiedNirbheek Chauhan
2017-02-19mesontest: Use test setup name in logfilesNirbheek Chauhan
2017-02-19mesontest: Don't run tests if no tests were selectedNirbheek Chauhan
2017-02-19mesontest: Set MALLOC_PERTURB_ to a random valueNirbheek Chauhan
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen
2017-01-28[mesontest] Implement a quiet option.Hemmo Nieminen
2017-01-28vs: Fix running of tests to use mesontest.pyNirbheek Chauhan
2017-01-26mesontest: Don't add '.' at the end of some printsNirbheek Chauhan
2017-01-26mesontest: Don't overwrite test status on timeoutNirbheek Chauhan
2017-01-18cleanup: @staticmethodMike Sinkovsky
2017-01-18cleanup: Replace assignment with augmented assignmentMike Sinkovsky
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2017-01-15More readable total statistics.Jussi Pakkanen
2017-01-12mesontest: Improve test suite selection.Hemmo Nieminen
2017-01-11style: [E1**] IndentationMike Sinkovsky
2017-01-03mesontest: Print test stats even if in verbose mode.Hemmo Nieminen
2017-01-03mesontest: Unify testing behaviour between the test target and mesontest.Hemmo Nieminen
2017-01-03mesontest: Show the test command in truncated test logs.Hemmo Nieminen
2017-01-03mesontest: Remove excess newline and whitespace from test logs.Hemmo Nieminen
2017-01-02Can put external programs to test suite exe wrappers directly.Jussi Pakkanen
2017-01-02Can set envvars in test setups.Jussi Pakkanen
2017-01-02Can specify test setups and run them with mesontest.Jussi Pakkanen
2017-01-01style: fix E124 violationsIgor Gnatenko
2017-01-01style: fix E128 violationsIgor Gnatenko
2017-01-01style: fix E222 violationsIgor Gnatenko
2017-01-01style: fix E226 violationsIgor Gnatenko