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
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
2019-03-02
mtest: do not use return code to look for failed tests
Paolo Bonzini
2019-03-02
mtest: refactor TestRun creation
Paolo Bonzini
2019-02-20
mtest: make `meson test --list` return whether there was any test to list
Eric Engestrom
2019-02-09
mtest: Don't use thread executor when enabled gdb in test_setup
Yeongjin Jeong
2019-01-06
Save surrogates as-is in log files
Olivier Crête
2018-12-07
Print ASCII version of unrepresentable text. Closes #4600.
Jussi Pakkanen
2018-11-19
Fix flake8 whitespace reports
Jon Turney
2018-11-12
Add kwarg is_default to add_test_setup()
Stian Selnes
2018-11-08
Report expected failures and unexpected passes separately
Dave Reisner
2018-11-07
mtest: Check that stdout is not None before seeking
Dylan Baker
2018-11-04
test: do not use PIPE
Marcel Hollerbach
2018-10-04
Use a single ArgumentParser for all subcommands
Xavier Claessens
2018-09-06
Guard against the process redirecting stdout. Closes #3967.
Jussi Pakkanen
2018-09-06
Try to kill processes even more thoroughly. Closes #4127.
Jussi Pakkanen
2018-08-11
Print only custom env vars in the test log for each test
Nirbheek Chauhan
2018-07-09
cross: Be more permissive about not-found exe_wrapper
Nirbheek Chauhan
2018-07-09
cross: Use ExternalProgram for cross-file exe_wrapper
Nirbheek Chauhan
2018-06-17
Report exit status or signal that killed the test
Kurtis Rader
2018-06-05
Set WINEPATH when running serialized executables
Nirbheek Chauhan
2018-05-29
Don't call getpgid() when killing a test.
George Koehler
2018-04-14
improve suite of meson test (#3369)
Alberto Sartori
2018-03-29
Merge pull request #3322 from sarum9in/run_timeout
Jussi Pakkanen
2018-03-28
Use consistent quotes
Aleksey Filippov
2018-03-28
Split SingleTestRunner.run()
Aleksey Filippov
2018-03-28
Split SingleTestRunner._get_cmd() out of run()
Aleksey Filippov
2018-03-28
Move run_single_test() into separate class
Aleksey Filippov
2018-03-28
Make run_single_test() method static
Aleksey Filippov
2018-03-28
Do not access counters from parallel code
Aleksey Filippov
2018-03-28
Use enum instead of string constants
Aleksey Filippov
2018-03-28
Use hermetic parameters in run_single_test(), initialize them before in the c...
Aleksey Filippov
2018-03-27
Always build parser objects anew to avoid leaking old data.
Jussi Pakkanen
2018-03-20
Open mesontest logfiles in utf-8 mode
nyorain
2018-03-05
meson test: let gdb handle ^C instead of us
Alicia Boya García
[next]