summaryrefslogtreecommitdiff
path: root/mesonbuild/mtest.py
AgeCommit message (Expand)Author
2020-10-28Fix gtest invoking while workdir is set (#7904)Sergey Kartashev
2020-10-13mtest: Allow filtering tests by subprojectNirbheek Chauhan
2020-10-12mtest: collect failures regardless of colorized consoleCamilo Celis Guzman
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-09-10mtest: Refactor test data checkingNirbheek Chauhan
2020-09-10mtest: Check version in the test data after loadingNirbheek Chauhan
2020-09-08typing: more fixesDaniel Mensinger
2020-09-08typing: fully annotate mintro and mtestDaniel Mensinger
2020-09-04environment: use ExternalProgram to find ninjaPaolo Bonzini
2020-08-30Be stricter when detecting Windows/CygwinChristoph Reiter
2020-08-13mtest: Actually call colorize_console()Nirbheek Chauhan
2020-08-08mtest: fix skipping with various prefixesMarc-André Lureau
2020-08-05mtest: TestResult.SKIP is not a failure (#7525)Simon McVittie
2020-07-30mtest: report failures and overall summary *after* test(s) logsCamilo Celis Guzman
2020-05-18pass exe_wrapper to test scripts through the environmentDylan Baker
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker
2020-05-18mtest: don't use len() to test container emptinessDylan Baker
2020-05-04Add native support for gtest testsDylan Baker
2020-04-30Convert test protocol into an enumDylan Baker
2020-04-30mtest: use argparse.type to simplify some codeDylan Baker
2020-04-30mtest: Replace if (bool) { return bool; } with return bool;Dylan Baker
2020-04-23mtest: Generate a JUnit xml result fileDylan Baker
2020-04-23mtest: Store individual results for TAP testsDylan Baker
2020-04-22mtest: Use textrwap.dedent for large blockDylan Baker
2020-04-03mtest: Improve test output formatting.Hemmo Nieminen
2020-03-19mtest: terminate a test via SIGTERM first then (if needed) via SIGKILLCamilo Celis Guzman
2020-03-03Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-11-07mesonbuild/mtest: plumb and report a test's start timeCamilo Celis Guzman
2019-11-07CI: add initial type annotation checkingMichael Hirsch, Ph.D
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-04mtest: add gdb_path optionGerion Entrup
2019-09-28mtest: Don't require an exe wrapper for if the cross file says we don't need oneDylan Baker
2019-09-23mtest: TAP: ignore empty linesMarc-André Lureau
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-08-24wine: Try to get the short paths when generating WINEPATHThibault Saunier
2019-07-30DOC: meson test multiple --suite specifications [skip ci]Michael Hirsch, Ph.D
2019-07-27remove vestigial $ from test error msgMichael Hirsch, Ph.D
2019-07-12Change meson test's build failure exit code to 125Christoph Weiss
2019-06-21Made TestHarness a context manager to ensure files get closed.Jussi Pakkanen
2019-05-15mtest: annotate and fix bugs found by annotatingDylan Baker
2019-05-14mtest: precompile regular expressionsDylan Baker
2019-05-14mtest: reorder importsDylan Baker
2019-05-02mtest: check for an empty suite listPeter Hutterer
2019-04-21Report xpass results as failures.Jussi Pakkanen
2019-04-07mtest: fix TAP with --verbose (#5160)Paolo Bonzini
2019-03-27do not use Executor if only one process was requestedPaolo Bonzini
2019-03-04Merge pull request #2601 from 1ace/feature/completionJussi Pakkanen
2019-03-02mtest: implement TAP parsingPaolo Bonzini
2019-03-02mtest: add support for hard errorsPaolo Bonzini