83 Commits (52a2f46af16ce040e97110b55dead36ab4d50f0f)

Author SHA1 Message Date
Paolo Bonzini 2e982a3864 mtest: collect stdout/stderr even in verbose mode 4 years ago
Paolo Bonzini e7c8555575 mtest: move I/O handling to TestSubprocess 4 years ago
Paolo Bonzini 401464c61a mtest: tweak the gathering of stdo_task/stde_task results 4 years ago
Paolo Bonzini 90ea0dc583 mtest: disable the progress report in gdb mode 4 years ago
Paolo Bonzini c1c1408fae mtest: introduce ConsoleUser 4 years ago
Paolo Bonzini 1f52e2fa45 mtest: turn TestRun into a hierarchy 4 years ago
Paolo Bonzini 9e42048e3c mtest: pass command line to TestRun.start 4 years ago
Paolo Bonzini 1f5634f15d mtest: add complete_skip to TestRun 4 years ago
Paolo Bonzini c544529faa mtest: simplify complete_exitcode 4 years ago
Paolo Bonzini 51e1f01c85 mtest: store the environment in the TestRun 4 years ago
Paolo Bonzini 458c3125e0 mtest: do not print time out message twice 4 years ago
Paolo Bonzini ea2f34e286 mtest: allow quickly interrupting the test run 4 years ago
Paolo Bonzini f13b2b4b1d mtest: fix flake8 4 years ago
Paolo Bonzini f13dde1f08 mtest: print TAP subtest count 4 years ago
Paolo Bonzini b05aee5c94 mtest: print time that the test has been running 4 years ago
Paolo Bonzini 4371756182 mtest: align decimal point of test durations 4 years ago
Paolo Bonzini 72e96a470a mtest: create runners in advance 4 years ago
Paolo Bonzini d470a915da mtest: move timeout message to ConsoleLogger 4 years ago
Paolo Bonzini d1ee242e0d mtest: store timeout in TestRun 4 years ago
Paolo Bonzini 4b8364b1e2 mtest: add more formatting options to TestHarness.format 4 years ago
Paolo Bonzini f97521a1ff mtest: align correctly tests with wide Unicode characters 4 years ago
Paolo Bonzini fa4fb3e350 mtest: make test output parsing asynchronous 4 years ago
Paolo Bonzini f1938349c7 mtest: move Rust parsing inside TestRun 4 years ago
Paolo Bonzini 755412b526 mtest: read test stdout/stderr via asyncio pipes 4 years ago
Paolo Bonzini 0ccc70ae1b mtest: do not wait inside _run_subprocess 4 years ago
Paolo Bonzini 63e26ba05f mtest: handle should_fail in common code 4 years ago
Paolo Bonzini d2da7565fd mtest: reorder arguments to "complete" 4 years ago
Paolo Bonzini c48713e58c mtest: improve JUnit XML generation for TAP testsuites 4 years ago
Paolo Bonzini 35d3baaa2f mtest: improvements to JUnit XML generation 4 years ago
Paolo Bonzini 723c4c9fef mtest: extract TAP parsing out of TestRun.make_tap 4 years ago
Paolo Bonzini e50861e62f mtest/TAPParser: use typing.NamedTuple 4 years ago
Paolo Bonzini 304abaf9ee mtest: remove argument to the TAPParser constructor 4 years ago
Paolo Bonzini ee5e7977e3 mtest: allow parsing TAP line by line 4 years ago
Dylan Baker d89ec98b47 mtest: Add support for rust unit tests 4 years ago
Dylan Baker 07ff9c61fe mtest: Handle subtest results as a dict 4 years ago
Paolo Bonzini 5d97bf615f mtest: flush progress report before warning 4 years ago
Paolo Bonzini 80ba696066 mtest: flush stdout after printing test results 4 years ago
Paolo Bonzini 4cfd1e638c mtest: add progress report 4 years ago
Paolo Bonzini aa03c06ffb mtest: merge print_stats and process_test_result 4 years ago
Paolo Bonzini df0d5ce34e mtest: convert console output to TestLogger 4 years ago
Paolo Bonzini 240036bced mtest: convert logfile to TestLogger 4 years ago
Paolo Bonzini 119a928f9f mtest: convert jsonlogfile to TestLogger 4 years ago
Paolo Bonzini fb02b5e858 mtest: introduce TestLogger 4 years ago
Paolo Bonzini a166df1f96 mtest: do not use __del__ 4 years ago
Paolo Bonzini 109cde4ddc mtest: remove collected_logs 4 years ago
Paolo Bonzini 414aee6328 mtest: use backslash replace when printing error logs 4 years ago
Paolo Bonzini 2201e2bca6 mtest: improve colorization 4 years ago
Paolo Bonzini 7b3cca5047 mtest: store TestRuns in collected_failures 4 years ago
Paolo Bonzini eadbf3dbf5 mtest: add test methods to TestResult 4 years ago
Paolo Bonzini 9d29bd0225 mtest: move test_count and name_max_len to TestHarness class 4 years ago