aboutsummaryrefslogtreecommitdiff
path: root/mesontest.py
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-31Fix space before :.Jussi Pakkanen1-7/+7
2016-12-20Minimal fixes to make tests pass when cross compiling.Jussi Pakkanen1-1/+5
2016-12-20Fix cross test and run them if a cross compiler is available.Jussi Pakkanen1-1/+1
2016-12-11If/elif fix so running just mesontest actually runs the tests after doing a r...Jussi Pakkanen1-2/+2
2016-12-11Use a big timeout when running gdb interactively and a typo fix.Jussi Pakkanen1-2/+7
2016-12-07mesontest: Fix exceptionPatrick Griffis1-0/+1
2016-12-03mesontest: Rebuild all before running testsThibault Saunier1-6/+42
2016-12-03Typo fix.Jussi Pakkanen1-4/+4
2016-12-03Merge pull request #1128 from thiblahute/mesontest_misc_fixesJussi Pakkanen1-24/+57