aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mtest.py
AgeCommit message (Expand)AuthorFilesLines
2022-02-01mtest: support for forcibly verbose logging of some testsPaolo Bonzini1-12/+14
2021-12-11Activate VS env when running `meson test`William Toohey1-1/+4
2021-12-05rename exe_runner to exe_wrapper everywhereEli Schwartz1-6/+6
2021-11-16mtest: add an ASCII-only version of the spinnerPaolo Bonzini1-4/+7
2021-10-28mtest: accept very long linesPaolo Bonzini1-1/+8
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-2/+2
2021-10-18mtest: limit "magic" CTRL+C behavior to process group leadersPaolo Bonzini1-1/+4
2021-10-04fix incorrect porting from % formatting to .format methodEli Schwartz1-1/+1
2021-10-04various python neatness cleanupsEli Schwartz1-3/+3
2021-09-29Revert "mtest: fix test output issues (in console)"Paolo Bonzini1-209/+201
2021-09-25mtest: fix test output issues (in console)Hemmo Nieminen1-201/+209
2021-09-20mtest: Allow gtest protocol test to fail more gracefullyDylan Baker1-1/+8
2021-07-07cleanup self.options.wdPaolo Bonzini1-4/+2
2021-07-07resolve symlinks passed to -CPaolo Bonzini1-2/+3
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-03-23mtest: timeout if the write side of pipes does not closePaolo Bonzini1-11/+39
2021-03-23mtest: remove pointless try/except from try_wait_onePaolo Bonzini1-5/+3
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+1
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-28/+28
2021-03-04various python neatness cleanupsEli Schwartz1-6/+6
2021-03-02mtest: create separate runners for multiple repeatsPaolo Bonzini1-18/+21
2021-02-19[TAP] Fix TAP parser when test exits with statusLuke Drummond1-0/+1
2021-02-17mtest: use / as path separator for ninja targetsPaolo Bonzini1-1/+7
2021-02-10mtest: include classname in <testcase> JUnit elementPaolo Bonzini1-2/+4
2021-02-10mtest: cancel stdout/stderr tasks on timeoutPaolo Bonzini1-18/+35
2021-02-10mtest: clean up conditions on whether tests are run in parallelPaolo Bonzini1-10/+13
2021-02-10mtest: fix nits in printing test stdoutPaolo Bonzini1-4/+5
2021-02-09mtest: TestSetup can have [] as an exe_wrapperPaolo Bonzini1-2/+2
2021-02-09mtest: run the test output parser as a taskPaolo Bonzini1-5/+6
2021-02-09mtest: hide infinite timeout from the progress reportPaolo Bonzini1-3/+8
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini1-11/+15
2021-02-02mtest: extract get_test_setup, rename merge_suite_optionsPaolo Bonzini1-10/+13
2021-02-02mtest: load build data earlyPaolo Bonzini1-23/+21
2021-02-02mtest: compute logfile name earlyPaolo Bonzini1-15/+18
2021-02-02mtest: remove useless argumentPaolo Bonzini1-3/+3
2021-01-30Merge pull request #8200 from bonzini/mtest-asyncio-logsJussi Pakkanen1-116/+234
2021-01-27test: Make timeout <= 0 infinite duractionXavier Claessens1-6/+8
2021-01-22mtest: log individual TAP subtestsPaolo Bonzini1-11/+34
2021-01-22mtest: infrastructure to print subtest resultsPaolo Bonzini1-7/+18
2021-01-22mtest: move --print-errorlogs output during the test runPaolo Bonzini1-18/+13
2021-01-22mtest: log test start in verbose modePaolo Bonzini1-13/+37
2021-01-22mtest: call TestLogger.start_test when TestRun is in the RUNNING statePaolo Bonzini1-8/+13
2021-01-22mtest: use buffered stdout/stderr in parallel modePaolo Bonzini1-2/+5
2021-01-22mtest: quote environment variable values and command line argumentsPaolo Bonzini1-2/+9
2021-01-22mtest: include full environment in the TestRun objectPaolo Bonzini1-32/+34
2021-01-22mtest: make log output more suitable for consolePaolo Bonzini1-37/+74
2021-01-22mtest: small refactoring of log printingPaolo Bonzini1-23/+34
2021-01-22mtest: log in verbose mode, but not in gdb modePaolo Bonzini1-1/+1
2021-01-20mtest: collect stdout/stderr even in verbose modePaolo Bonzini1-14/+27
2021-01-15mtest: move I/O handling to TestSubprocessPaolo Bonzini1-36/+44