index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
mtest.py
Age
Commit message (
Expand
)
Author
2023-04-24
mtest: prevent parse error with gtest protocol
Charles Brunet
2023-04-11
fix various spelling issues
Josh Soref
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2023-03-29
Make --vsenv a readonly builtin option
Xavier Claessens
2023-03-20
backends: add a new "none" backend
Eli Schwartz
2023-03-20
mtest: move the detection of rebuild compatibility out into the entry point
Eli Schwartz
2023-02-08
mtest: fix annotaion of stdo_task and stde_task
Dylan Baker
2023-02-01
pylint 2.16: remove pointless parens around equality assignments
Eli Schwartz
2023-02-01
micro-optimize: define typing-only objects in TYPE_CHECKING
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-22
mtest: do not warn when the TAP stream version is 12
Eli Schwartz
2023-01-04
mtest: simplify deprecated access to current loop
Eli Schwartz
2023-01-04
mtest: clean up asyncio event loop instantiation
Eli Schwartz
2023-01-04
mtest: delay creation of asyncio lock until event loop exists
Eli Schwartz
2022-12-17
mtest: handle TAP tests with unknown version.
Eli Schwartz
2022-12-05
mtest: warn on invalid TAP output
Eli Schwartz
2022-12-05
mtest: early return when parsing blank lines in TAP
Eli Schwartz
2022-11-21
Handle freezing tests. Fixes #10752.
Jussi Pakkanen
2022-09-23
mtest: implement a maxfail option
Eli Schwartz
2022-09-19
pylint: enable use-dict-literal
Dylan Baker
2022-09-19
pylint: enable use-list-literal
Dylan Baker
2022-09-04
mtest: Run ninja build.ninja before loading tests
Andres Freund
2022-09-04
mtest: pull detection of ninja into TestHarness
Andres Freund
2022-09-04
mtest: Move loading of test data into its own function
Andres Freund
2022-08-12
mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributes
Dimitri John Ledkov
2022-08-07
mtest: unify parsed and non-parsed output handling
Hemmo Nieminen
2022-08-01
Inline try_wait_one using asyncio.wait_for
Elliott Sales de Andrade
2022-06-17
Improve WINEPATH reduction
Xavier Claessens
2022-06-09
mtest: do not process zero byte reads in read_decode()
Hemmo Nieminen
2022-06-09
mtest: enable access to the console logger instance
Hemmo Nieminen
2022-06-09
mtest: store all test results directly to TestRun
Hemmo Nieminen
2022-06-09
mtest: store test output directly to a TestRun object
Hemmo Nieminen
2022-06-09
mtest: print only one empty line before test summary
Hemmo Nieminen
2022-06-09
mtest: improve text test log formatting
Hemmo Nieminen
2022-06-09
mtest: differentiate stdout and stderr in test log text files
Hemmo Nieminen
2022-06-09
mtest: print "live" test output when verbose with only 1 test
Hemmo Nieminen
2022-06-09
mtest: remove unused arguments from read_decode_lines()
Hemmo Nieminen
2022-06-09
mtest: introduce get_test_num_prefix() helper function
Hemmo Nieminen
2022-06-09
mtest: split TestRun's get_details() to multiple functions
Hemmo Nieminen
2022-06-09
mtest: make ConsoleLogger's detail property a function
Hemmo Nieminen
2022-06-09
mtest: show "timed out" messages with --print-errorlogs option
Hemmo Nieminen
2022-06-09
mtest: fix a couple of minor whitespace / typing issues
Hemmo Nieminen
2022-05-24
mtest: ignore invalid input
Paolo Bonzini
2022-05-17
mtest: stop disrespecting the gdb config file
Eli Schwartz
2022-03-14
mtest: fix logic bug that broke tests where the cmd is a Windows found program
Eli Schwartz
2022-02-27
Merge pull request #10004 from bonzini/mtest-tap-stderr
Jussi Pakkanen
2022-02-20
mtest: refactor common condition into a property of TestRun
Paolo Bonzini
2022-02-20
mtest: raise informative error message when test program doesn't exist
Eli Schwartz
2022-02-20
mtest: print stderr of TAP/Rust tests in verbose/non-parallel mode
Paolo Bonzini
2022-02-01
mtest: support for forcibly verbose logging of some tests
Paolo Bonzini
[prev]
[next]