aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mtest.py
AgeCommit message (Expand)AuthorFilesLines
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens1-1/+2
2023-03-20backends: add a new "none" backendEli Schwartz1-2/+6
2023-03-20mtest: move the detection of rebuild compatibility out into the entry pointEli Schwartz1-6/+6
2023-02-08mtest: fix annotaion of stdo_task and stde_taskDylan Baker1-2/+2
2023-02-01pylint 2.16: remove pointless parens around equality assignmentsEli Schwartz1-1/+1
2023-02-01micro-optimize: define typing-only objects in TYPE_CHECKINGEli Schwartz1-7/+9
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2023-01-22mtest: do not warn when the TAP stream version is 12Eli Schwartz1-4/+1
2023-01-04mtest: simplify deprecated access to current loopEli Schwartz1-9/+11
2023-01-04mtest: clean up asyncio event loop instantiationEli Schwartz1-7/+6
2023-01-04mtest: delay creation of asyncio lock until event loop existsEli Schwartz1-1/+4
2022-12-17mtest: handle TAP tests with unknown version.Eli Schwartz1-1/+4
2022-12-05mtest: warn on invalid TAP outputEli Schwartz1-1/+32
2022-12-05mtest: early return when parsing blank lines in TAPEli Schwartz1-1/+1
2022-11-21Handle freezing tests. Fixes #10752.Jussi Pakkanen1-3/+3
2022-09-23mtest: implement a maxfail optionEli Schwartz1-0/+6
2022-09-19pylint: enable use-dict-literalDylan Baker1-4/+4
2022-09-19pylint: enable use-list-literalDylan Baker1-1/+1
2022-09-04mtest: Run ninja build.ninja before loading testsAndres Freund1-0/+10
2022-09-04mtest: pull detection of ninja into TestHarnessAndres Freund1-10/+24
2022-09-04mtest: Move loading of test data into its own functionAndres Freund1-10/+13
2022-08-12mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributesDimitri John Ledkov1-0/+4
2022-08-07mtest: unify parsed and non-parsed output handlingHemmo Nieminen1-25/+13
2022-08-01Inline try_wait_one using asyncio.wait_forElliott Sales de Andrade1-8/+7
2022-06-17Improve WINEPATH reductionXavier Claessens1-1/+2
2022-06-09mtest: do not process zero byte reads in read_decode()Hemmo Nieminen1-4/+5
2022-06-09mtest: enable access to the console logger instanceHemmo Nieminen1-3/+7
2022-06-09mtest: store all test results directly to TestRunHemmo Nieminen1-60/+57
2022-06-09mtest: store test output directly to a TestRun objectHemmo Nieminen1-33/+48
2022-06-09mtest: print only one empty line before test summaryHemmo Nieminen1-1/+0
2022-06-09mtest: improve text test log formattingHemmo Nieminen1-13/+17
2022-06-09mtest: differentiate stdout and stderr in test log text filesHemmo Nieminen1-2/+7
2022-06-09mtest: print "live" test output when verbose with only 1 testHemmo Nieminen1-0/+2
2022-06-09mtest: remove unused arguments from read_decode_lines()Hemmo Nieminen1-7/+5
2022-06-09mtest: introduce get_test_num_prefix() helper functionHemmo Nieminen1-5/+6
2022-06-09mtest: split TestRun's get_details() to multiple functionsHemmo Nieminen1-5/+11
2022-06-09mtest: make ConsoleLogger's detail property a functionHemmo Nieminen1-8/+7
2022-06-09mtest: show "timed out" messages with --print-errorlogs optionHemmo Nieminen1-1/+2
2022-06-09mtest: fix a couple of minor whitespace / typing issuesHemmo Nieminen1-5/+9
2022-05-24mtest: ignore invalid inputPaolo Bonzini1-5/+0
2022-05-17mtest: stop disrespecting the gdb config fileEli Schwartz1-1/+1
2022-03-14mtest: fix logic bug that broke tests where the cmd is a Windows found programEli Schwartz1-3/+3
2022-02-27Merge pull request #10004 from bonzini/mtest-tap-stderrJussi Pakkanen1-8/+9
2022-02-20mtest: refactor common condition into a property of TestRunPaolo Bonzini1-6/+8
2022-02-20mtest: raise informative error message when test program doesn't existEli Schwartz1-2/+5
2022-02-20mtest: print stderr of TAP/Rust tests in verbose/non-parallel modePaolo Bonzini1-3/+2
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