184 Commits (61984bcfa3e4e758d18174d13aa0aaedbf406889)

Author SHA1 Message Date
Eli Schwartz 1a72f00252
mtest: avoid stdout when printing warnings about the lack of things to print 1 year ago
Eli Schwartz 2fd9055810
mtest: redirect automatic reconfiguring to stderr when listing tests 1 year ago
Eli Schwartz 9d446d80db
mtest: try a bit harder to avoid weird non-parseable output at startup 1 year ago
Charles Brunet e7b9dfac98 mtest: wildcard selection 1 year ago
Charles Brunet 70e2da0773 mtest: prevent parse error with gtest protocol 2 years ago
Josh Soref cf9fd56bc9 fix various spelling issues 2 years ago
HiPhish 439a61affa Change "can not" to "cannot" throughout project 2 years ago
Xavier Claessens b30cd5d2d5 Make --vsenv a readonly builtin option 2 years ago
Eli Schwartz a024d75e15
backends: add a new "none" backend 2 years ago
Eli Schwartz fccada6703
mtest: move the detection of rebuild compatibility out into the entry point 2 years ago
Dylan Baker b2f7f2da1c mtest: fix annotaion of stdo_task and stde_task 2 years ago
Eli Schwartz d6b81307f6
pylint 2.16: remove pointless parens around equality assignments 2 years ago
Eli Schwartz a21af43200
micro-optimize: define typing-only objects in TYPE_CHECKING 2 years ago
Eli Schwartz 680b5ff819
treewide: add future annotations import 2 years ago
Eli Schwartz 8d39c9273b mtest: do not warn when the TAP stream version is 12 2 years ago
Eli Schwartz 40315e6ebb
mtest: simplify deprecated access to current loop 2 years ago
Eli Schwartz ab8081fab6
mtest: clean up asyncio event loop instantiation 2 years ago
Eli Schwartz 56312c0579
mtest: delay creation of asyncio lock until event loop exists 2 years ago
Eli Schwartz b7a5c384a1 mtest: handle TAP tests with unknown version. 2 years ago
Eli Schwartz d0054f2c3c
mtest: warn on invalid TAP output 2 years ago
Eli Schwartz 7c9705b801
mtest: early return when parsing blank lines in TAP 2 years ago
Jussi Pakkanen 3ae89a7150 Handle freezing tests. Fixes #10752. 2 years ago
Eli Schwartz 462759dd33
mtest: implement a maxfail option 2 years ago
Dylan Baker b8e53ed5ea pylint: enable use-dict-literal 2 years ago
Dylan Baker 798b6c5624 pylint: enable use-list-literal 2 years ago
Andres Freund 628effb369 mtest: Run ninja build.ninja before loading tests 2 years ago
Andres Freund f501e3b187 mtest: pull detection of ninja into TestHarness 2 years ago
Andres Freund 2096e394fc mtest: Move loading of test data into its own function 2 years ago
Dimitri John Ledkov c3cc66a1cc mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributes 2 years ago
Hemmo Nieminen 952dd7773d mtest: unify parsed and non-parsed output handling 2 years ago
Elliott Sales de Andrade 27626124d0 Inline try_wait_one using asyncio.wait_for 2 years ago
Xavier Claessens 57909b53d6 Improve WINEPATH reduction 2 years ago
Hemmo Nieminen e8a3f4d38c mtest: do not process zero byte reads in read_decode() 2 years ago
Hemmo Nieminen 657a6eeb81 mtest: enable access to the console logger instance 2 years ago
Hemmo Nieminen 4304df30c2 mtest: store all test results directly to TestRun 2 years ago
Hemmo Nieminen 702f3fe15f mtest: store test output directly to a TestRun object 2 years ago
Hemmo Nieminen a0eb04788d mtest: print only one empty line before test summary 2 years ago
Hemmo Nieminen 565b12183f mtest: improve text test log formatting 2 years ago
Hemmo Nieminen e9f77dc072 mtest: differentiate stdout and stderr in test log text files 2 years ago
Hemmo Nieminen 5b0629dc11 mtest: print "live" test output when verbose with only 1 test 2 years ago
Hemmo Nieminen d6e1b72db0 mtest: remove unused arguments from read_decode_lines() 2 years ago
Hemmo Nieminen cb0cbb3e5e mtest: introduce get_test_num_prefix() helper function 2 years ago
Hemmo Nieminen e3b4065b0c mtest: split TestRun's get_details() to multiple functions 2 years ago
Hemmo Nieminen 9f26eae541 mtest: make ConsoleLogger's detail property a function 2 years ago
Hemmo Nieminen 64d204710f mtest: show "timed out" messages with --print-errorlogs option 2 years ago
Hemmo Nieminen 478ac7f6cc mtest: fix a couple of minor whitespace / typing issues 2 years ago
Paolo Bonzini a7e458effa mtest: ignore invalid input 3 years ago
Eli Schwartz 9fe18a63b1 mtest: stop disrespecting the gdb config file 3 years ago
Eli Schwartz 4680c09aac mtest: fix logic bug that broke tests where the cmd is a Windows found program 3 years ago
Paolo Bonzini 02b739feae mtest: refactor common condition into a property of TestRun 3 years ago