summaryrefslogtreecommitdiff
path: root/mesonbuild/mtest.py
AgeCommit message (Expand)Author
2025-11-19mtest: fix building of all test deps for --suitemaj0e
2025-11-17mtest: consistently, sanely, exit "1" if tests failEli Schwartz
2025-11-17mtest: add convenience key to testlog.json for "is a failure"Eli Schwartz
2025-10-31Avoid setting asycnio loop policy if possibleDylan Baker
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-10-23mtest: Display test name in format expected by "meson test" argumentXavier Claessens
2025-10-23mtest: Fix test selection implementationXavier Claessens
2025-10-14Add hex error code in meson test failure outputna-trium-144
2025-04-02mtest: refactor get_wrapper slightlySam James
2025-04-02mtest: set VALGRIND_OPTS to fail tests on errorsSam James
2025-03-10coredata: replace get_option with optstore.get_value_forDylan Baker
2025-02-27test: fix hang when running tests that need parsing with `--interactive`Patrick Steinhardt
2025-02-27mtest: introduce ignored testsPatrick Steinhardt
2025-02-27mtest: move `console_mode` property into TestRun classPatrick Steinhardt
2025-02-27mtest: filter summary lines without any resultsPatrick Steinhardt
2025-02-27mtest: add option to slice testsPatrick Steinhardt
2025-01-08Interpret TAP bailout output without test plan or test line as errorgerioldman
2025-01-07mtest: fix rebuilding all before running testsEli Schwartz
2024-12-19mtest: tap: accept out-of-order or partly-numbered testsPaolo Bonzini
2024-12-19mtest: move determine_worker_count to utils, generalizePaolo Bonzini
2024-12-19mtest: do not import from mintroPaolo Bonzini
2024-12-06mtest: rust: allow parsing doctest outputPaolo Bonzini
2024-10-31test: report timeout as failureJean-Bernard Berteaux
2024-08-30Extend MESON_TESTTHREADS usageMarek PikuĊ‚a
2024-07-28mtest: remove superfluous '\r' from read_decode()Mateusz Patyk
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-17Add meson test --max-linesDaan De Meyer
2024-05-08mtest: Set MESON_TEST_ITERATION to the current iteration of the testDaan De Meyer
2024-04-23mtest: Connect /dev/null to stdin when not running in interactive modeDaan De Meyer
2024-04-23Add meson test --interactiveDaan De Meyer
2024-03-20fix: set `MSAN_OPTIONS` when not set, rather than `UBSAN_OPTIONS`Christopher Dilks
2024-02-24Allow using CustomTarget as test executableCharles Brunet
2024-02-23mtest: set MSAN_OPTIONS to abort by defaultSam James
2024-02-13Fix comment typoSam James
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-11-10mtest: -C argument does not need type convertorXavier Claessens
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott
2023-10-20Support -j as a shorthand for --num-processesTristan Partin
2023-10-19mtest: set ASAN_OPTIONS and UBSAN_OPTIONS to abort by defaultSam James
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-08-11rewrite a couple comment-style type annotations for oddly indented dictsEli Schwartz
2023-08-11remove useless type annotationsEli Schwartz
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-07-18mtest: avoid meddling with stdout by defaultEli Schwartz
2023-07-13mtest: fix unencodable XML charsNazir Bilal Yavuz
2023-07-10mtest: avoid stdout when printing warnings about the lack of things to printEli Schwartz
2023-07-10mtest: redirect automatic reconfiguring to stderr when listing testsEli Schwartz
2023-07-10mtest: try a bit harder to avoid weird non-parseable output at startupEli Schwartz
2023-05-25mtest: wildcard selectionCharles Brunet