aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-07mtest: align decimal point of test durationsPaolo Bonzini1-2/+9
2021-01-07mtest: create runners in advancePaolo Bonzini1-17/+24
2021-01-07mtest: move timeout message to ConsoleLoggerPaolo Bonzini1-0/+4
2021-01-07mtest: store timeout in TestRunPaolo Bonzini1-13/+13
2021-01-07mtest: add more formatting options to TestHarness.formatPaolo Bonzini1-15/+34
2021-01-07mtest: align correctly tests with wide Unicode charactersPaolo Bonzini1-3/+13
2021-01-07mtest: make test output parsing asynchronousPaolo Bonzini1-22/+34
2021-01-07mtest: move Rust parsing inside TestRunPaolo Bonzini1-41/+40
2021-01-07mtest: read test stdout/stderr via asyncio pipesPaolo Bonzini1-21/+29
2021-01-07mtest: do not wait inside _run_subprocessPaolo Bonzini1-66/+81
2021-01-07mtest: handle should_fail in common codePaolo Bonzini1-10/+4
2021-01-07mtest: reorder arguments to "complete"Paolo Bonzini1-6/+6
2021-01-07mtest: improve JUnit XML generation for TAP testsuitesPaolo Bonzini1-46/+52
2021-01-07mtest: improvements to JUnit XML generationPaolo Bonzini1-6/+8
2021-01-07mtest: extract TAP parsing out of TestRun.make_tapPaolo Bonzini1-44/+53
2021-01-07mtest/TAPParser: use typing.NamedTuplePaolo Bonzini2-35/+50
2021-01-06mtest: remove argument to the TAPParser constructorPaolo Bonzini2-8/+5
2021-01-06mtest: allow parsing TAP line by linePaolo Bonzini1-63/+68
2021-01-06Merge pull request #7860 from dcbaker/wip/2020-10/rust-moduleJussi Pakkanen16-51/+364
2021-01-05update codeowners with the rust moduleDylan Baker1-0/+1
2021-01-05modules: Add an unstable-rust moduleDylan Baker9-27/+229
2021-01-05Fix last mention of Python 3.5. [skip ci]Jussi Pakkanen1-49/+56
2021-01-05interpreter: split code that creates a Test instanceDylan Baker1-5/+8
2021-01-05interpreter: allow modules to create testsDylan Baker1-0/+2
2021-01-05mtest: Add support for rust unit testsDylan Baker7-2/+107
2021-01-05mtest: Handle subtest results as a dictDylan Baker1-17/+17
2021-01-04fix: llvm toolset is "ClangCL" in VS2019.Luke Elliott1-1/+1
2021-01-04unit:cpp17: make C++17 test stricter checkMichael Hirsch1-5/+27
2021-01-04Merge pull request #8080 from dcbaker/submit/option-key-typeJussi Pakkanen54-1082/+1341
2021-01-04mintro: fix mypy warningDylan Baker1-4/+4
2021-01-04fix LGTM warningsDylan Baker5-9/+8
2021-01-04Use a single coredata dictionary for optionsDylan Baker33-357/+322
2021-01-04use OptionKey for builtin and base optionsDylan Baker32-431/+444
2021-01-04move OptionKey to mesonlibDylan Baker19-238/+240
2021-01-04use OptionKey for compiler_optionsDylan Baker26-317/+382
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger9-8/+80
2021-01-04Add choices to OptionProxyDylan Baker4-25/+26
2021-01-04use new optionkey.is_* methodsDylan Baker3-3/+3
2021-01-04coredata: Add a type to the OptionKeyDylan Baker1-18/+43
2021-01-04use OptionKey for backend_optionsDylan Baker6-21/+20
2021-01-04use OptionKey for coredata.user_optionsDylan Baker7-22/+39
2021-01-04movve insert_build_prefix to mconfDylan Baker2-9/+8
2021-01-04use the OptionKey type for command line and machine filesDylan Baker6-124/+111
2021-01-04coredata: Add OptionKey typeDylan Baker1-0/+169
2021-01-04run_unittests: Add fatal-warnings to test_command_lineDylan Baker1-8/+9
2021-01-04run_unittests: make another test inprocess safeDylan Baker1-2/+6
2021-01-04run_unittests: Make test_command_line safe witn inprocessDylan Baker1-14/+27
2021-01-03doc: restore accidentally removed images used in Getting-meson.md [skip ci]Eli Schwartz3-0/+0
2020-12-30Handle uppercase dependency names in wraps.Jussi Pakkanen6-2/+35
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger3-0/+33