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