index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
mtest.py
Age
Commit message (
Expand
)
Author
2020-10-28
Fix gtest invoking while workdir is set (#7904)
Sergey Kartashev
2020-10-13
mtest: Allow filtering tests by subproject
Nirbheek Chauhan
2020-10-12
mtest: collect failures regardless of colorized console
Camilo Celis Guzman
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-09-10
mtest: Refactor test data checking
Nirbheek Chauhan
2020-09-10
mtest: Check version in the test data after loading
Nirbheek Chauhan
2020-09-08
typing: more fixes
Daniel Mensinger
2020-09-08
typing: fully annotate mintro and mtest
Daniel Mensinger
2020-09-04
environment: use ExternalProgram to find ninja
Paolo Bonzini
2020-08-30
Be stricter when detecting Windows/Cygwin
Christoph Reiter
2020-08-13
mtest: Actually call colorize_console()
Nirbheek Chauhan
2020-08-08
mtest: fix skipping with various prefixes
Marc-André Lureau
2020-08-05
mtest: TestResult.SKIP is not a failure (#7525)
Simon McVittie
2020-07-30
mtest: report failures and overall summary *after* test(s) logs
Camilo Celis Guzman
2020-05-18
pass exe_wrapper to test scripts through the environment
Dylan Baker
2020-05-18
backends: Consider arguments passed to a test when cross compiling
Dylan Baker
2020-05-18
mtest: don't use len() to test container emptiness
Dylan Baker
2020-05-04
Add native support for gtest tests
Dylan Baker
2020-04-30
Convert test protocol into an enum
Dylan Baker
2020-04-30
mtest: use argparse.type to simplify some code
Dylan Baker
2020-04-30
mtest: Replace if (bool) { return bool; } with return bool;
Dylan Baker
2020-04-23
mtest: Generate a JUnit xml result file
Dylan Baker
2020-04-23
mtest: Store individual results for TAP tests
Dylan Baker
2020-04-22
mtest: Use textrwap.dedent for large block
Dylan Baker
2020-04-03
mtest: Improve test output formatting.
Hemmo Nieminen
2020-03-19
mtest: terminate a test via SIGTERM first then (if needed) via SIGKILL
Camilo Celis Guzman
2020-03-03
Cherry-picking - (rm python2 % add python3 .format) (#6725)
Michael Brockus
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-11-07
mesonbuild/mtest: plumb and report a test's start time
Camilo Celis Guzman
2019-11-07
CI: add initial type annotation checking
Michael Hirsch, Ph.D
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-10-04
mtest: add gdb_path option
Gerion Entrup
2019-09-28
mtest: Don't require an exe wrapper for if the cross file says we don't need one
Dylan Baker
2019-09-23
mtest: TAP: ignore empty lines
Marc-André Lureau
2019-09-05
mesonlib.split_args/quote_arg/join_args
Aleksey Gurtovoy
2019-08-24
wine: Try to get the short paths when generating WINEPATH
Thibault Saunier
2019-07-30
DOC: meson test multiple --suite specifications [skip ci]
Michael Hirsch, Ph.D
2019-07-27
remove vestigial $ from test error msg
Michael Hirsch, Ph.D
2019-07-12
Change meson test's build failure exit code to 125
Christoph Weiss
2019-06-21
Made TestHarness a context manager to ensure files get closed.
Jussi Pakkanen
2019-05-15
mtest: annotate and fix bugs found by annotating
Dylan Baker
2019-05-14
mtest: precompile regular expressions
Dylan Baker
2019-05-14
mtest: reorder imports
Dylan Baker
2019-05-02
mtest: check for an empty suite list
Peter Hutterer
2019-04-21
Report xpass results as failures.
Jussi Pakkanen
2019-04-07
mtest: fix TAP with --verbose (#5160)
Paolo Bonzini
2019-03-27
do not use Executor if only one process was requested
Paolo Bonzini
2019-03-04
Merge pull request #2601 from 1ace/feature/completion
Jussi Pakkanen
2019-03-02
mtest: implement TAP parsing
Paolo Bonzini
2019-03-02
mtest: add support for hard errors
Paolo Bonzini
[next]