163 Commits (9e8a3b9cbd5b90cc6384020ac5799ea054912f55)

Author SHA1 Message Date
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
Paolo Bonzini 3f8c901245 mtest: add name and number to TestRun 4 years ago
Paolo Bonzini 30741a0f20 mtest: create TestRun object early on 4 years ago
Paolo Bonzini 79e2c52a15 mtest: only build what is needed for the tests 4 years ago
Oleg B b8052f9e50
Support native tests in crossbuild 4 years ago
Dylan Baker f6672c7a19 use real pathlib module 4 years ago
Paolo Bonzini f1ce78d77f mtest: cleanup and fix print_stats 4 years ago
Paolo Bonzini a2c134c30b mtest: switch to asyncio subprocesses 4 years ago
Paolo Bonzini 09253c1c70 mtest: use ProactorEventLoop 4 years ago
Paolo Bonzini cdbb0255a7 mtest: improve handling of SIGINT and SIGTERM 4 years ago
Paolo Bonzini acf5d78f34 mtest: remove usage of executors 4 years ago
Paolo Bonzini 98d3863fa4 mtest: add INTERRUPT to TestResult 4 years ago
Paolo Bonzini bd526ec2dc mtest: always ignore ProcessLookupError 4 years ago
Paolo Bonzini 57b918f281 mtest: refactor _run_cmd 4 years ago
Paolo Bonzini 8cf90e6370 mtest: add back SIGINT handling 4 years ago
Paolo Bonzini 659a5cbaa3 mtest: use asyncio for run loop 4 years ago
Paolo Bonzini f532b0a9c3 mtest: remove run_special 4 years ago
Paolo Bonzini 98fe195613 mtest: fix flake8 issues 4 years ago
Sergey Kartashev c9b7e5bd40
Fix gtest invoking while workdir is set (#7904) 4 years ago
Nirbheek Chauhan 55cf399ff8 mtest: Allow filtering tests by subproject 4 years ago
Camilo Celis Guzman ba71fde186 mtest: collect failures regardless of colorized console 4 years ago
Daniel Mensinger 1dfaccfd91 pathlib: Fix resolve() by overriding it in Python 3.5 4 years ago
Nirbheek Chauhan 8bb3f16f09 mtest: Refactor test data checking 4 years ago