summaryrefslogtreecommitdiff
path: root/mesonbuild/mtest.py
Commit message (Expand)AuthorAgeFilesLines
* Fix gtest invoking while workdir is set (#7904)Sergey Kartashev2020-10-281-3/+3
* mtest: Allow filtering tests by subprojectNirbheek Chauhan2020-10-131-3/+26
* mtest: collect failures regardless of colorized consoleCamilo Celis Guzman2020-10-121-9/+11
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* mtest: Refactor test data checkingNirbheek Chauhan2020-09-101-21/+12
* mtest: Check version in the test data after loadingNirbheek Chauhan2020-09-101-10/+27
* typing: more fixesDaniel Mensinger2020-09-081-32/+35
* typing: fully annotate mintro and mtestDaniel Mensinger2020-09-081-13/+13
* environment: use ExternalProgram to find ninjaPaolo Bonzini2020-09-041-1/+1
* Be stricter when detecting Windows/CygwinChristoph Reiter2020-08-301-3/+2
* mtest: Actually call colorize_console()Nirbheek Chauhan2020-08-131-1/+1
* mtest: fix skipping with various prefixesMarc-André Lureau2020-08-081-1/+1
* mtest: TestResult.SKIP is not a failure (#7525)Simon McVittie2020-08-051-1/+1
* mtest: report failures and overall summary *after* test(s) logsCamilo Celis Guzman2020-07-301-2/+8
* pass exe_wrapper to test scripts through the environmentDylan Baker2020-05-181-15/+17
* backends: Consider arguments passed to a test when cross compilingDylan Baker2020-05-181-3/+4
* mtest: don't use len() to test container emptinessDylan Baker2020-05-181-5/+5
* Add native support for gtest testsDylan Baker2020-05-041-7/+47
* Convert test protocol into an enumDylan Baker2020-04-301-2/+3
* mtest: use argparse.type to simplify some codeDylan Baker2020-04-301-2/+1
* mtest: Replace if (bool) { return bool; } with return bool;Dylan Baker2020-04-301-3/+1
* mtest: Generate a JUnit xml result fileDylan Baker2020-04-231-0/+113
* mtest: Store individual results for TAP testsDylan Baker2020-04-231-21/+23
* mtest: Use textrwap.dedent for large blockDylan Baker2020-04-221-8/+9
* mtest: Improve test output formatting.Hemmo Nieminen2020-04-031-22/+29
* mtest: terminate a test via SIGTERM first then (if needed) via SIGKILLCamilo Celis Guzman2020-03-191-7/+20
* Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus2020-03-031-30/+28
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-42/+42
* mesonbuild/mtest: plumb and report a test's start timeCamilo Celis Guzman2019-11-071-11/+17
* CI: add initial type annotation checkingMichael Hirsch, Ph.D2019-11-071-3/+3
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* mtest: add gdb_path optionGerion Entrup2019-10-041-1/+3
* mtest: Don't require an exe wrapper for if the cross file says we don't need oneDylan Baker2019-09-281-1/+1
* mtest: TAP: ignore empty linesMarc-André Lureau2019-09-231-0/+3
* mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2019-09-051-4/+3
* wine: Try to get the short paths when generating WINEPATHThibault Saunier2019-08-241-10/+10
* DOC: meson test multiple --suite specifications [skip ci]Michael Hirsch, Ph.D2019-07-301-2/+4
* remove vestigial $ from test error msgMichael Hirsch, Ph.D2019-07-271-14/+13
* Change meson test's build failure exit code to 125Christoph Weiss2019-07-121-1/+4
* Made TestHarness a context manager to ensure files get closed.Jussi Pakkanen2019-06-211-14/+25
* mtest: annotate and fix bugs found by annotatingDylan Baker2019-05-151-97/+104
* mtest: precompile regular expressionsDylan Baker2019-05-141-13/+13
* mtest: reorder importsDylan Baker2019-05-141-16/+22
* mtest: check for an empty suite listPeter Hutterer2019-05-021-1/+1
* Report xpass results as failures.Jussi Pakkanen2019-04-211-3/+5
* mtest: fix TAP with --verbose (#5160)Paolo Bonzini2019-04-071-8/+11
* do not use Executor if only one process was requestedPaolo Bonzini2019-03-271-1/+1
* Merge pull request #2601 from 1ace/feature/completionJussi Pakkanen2019-03-041-2/+2
|\
| * mtest: make `meson test --list` return whether there was any test to listEric Engestrom2019-02-201-2/+2
* | mtest: implement TAP parsingPaolo Bonzini2019-03-021-1/+186