summaryrefslogtreecommitdiff
path: root/mesonbuild/mtest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mtest: add support for hard errorsPaolo Bonzini2019-03-021-3/+11
* | mtest: do not use return code to look for failed testsPaolo Bonzini2019-03-021-3/+3
* | mtest: refactor TestRun creationPaolo Bonzini2019-03-021-14/+17
|/
* mtest: Don't use thread executor when enabled gdb in test_setupYeongjin Jeong2019-02-091-3/+4
* Save surrogates as-is in log filesOlivier CrĂȘte2019-01-061-2/+2
* Print ASCII version of unrepresentable text. Closes #4600.Jussi Pakkanen2018-12-071-1/+5
* Fix flake8 whitespace reportsJon Turney2018-11-191-1/+1
* Add kwarg is_default to add_test_setup()Stian Selnes2018-11-121-0/+2
* Report expected failures and unexpected passes separatelyDave Reisner2018-11-081-11/+23
* mtest: Check that stdout is not None before seekingDylan Baker2018-11-071-6/+10
* test: do not use PIPEMarcel Hollerbach2018-11-041-12/+21
* Use a single ArgumentParser for all subcommandsXavier Claessens2018-10-041-6/+8
* Guard against the process redirecting stdout. Closes #3967.Jussi Pakkanen2018-09-061-0/+3
* Try to kill processes even more thoroughly. Closes #4127.Jussi Pakkanen2018-09-061-1/+12
* Print only custom env vars in the test log for each testNirbheek Chauhan2018-08-111-4/+10
* cross: Be more permissive about not-found exe_wrappernirbheek/exe-wrapper-compiler-fallbacksNirbheek Chauhan2018-07-091-4/+11
* cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan2018-07-091-8/+2
* Report exit status or signal that killed the testKurtis Rader2018-06-171-3/+34
* Set WINEPATH when running serialized executablesNirbheek Chauhan2018-06-051-0/+16
* Don't call getpgid() when killing a test.George Koehler2018-05-291-1/+2
* improve suite of meson test (#3369)Alberto Sartori2018-04-141-0/+19
* Merge pull request #3322 from sarum9in/run_timeoutJussi Pakkanen2018-03-291-150/+180
|\
| * Use consistent quotesAleksey Filippov2018-03-281-8/+8
| * Split SingleTestRunner.run()Aleksey Filippov2018-03-281-99/+97
| * Split SingleTestRunner._get_cmd() out of run()Aleksey Filippov2018-03-281-6/+8
| * Move run_single_test() into separate classAleksey Filippov2018-03-281-95/+101
| * Make run_single_test() method staticAleksey Filippov2018-03-281-3/+5
| * Do not access counters from parallel codeAleksey Filippov2018-03-281-5/+15
| * Use enum instead of string constantsAleksey Filippov2018-03-281-12/+23
| * Use hermetic parameters in run_single_test(), initialize them before in the c...Aleksey Filippov2018-03-281-12/+13
* | Always build parser objects anew to avoid leaking old data.Jussi Pakkanen2018-03-271-42/+44
|/
* Open mesontest logfiles in utf-8 modenyorain2018-03-201-2/+2
* meson test: let gdb handle ^C instead of usAlicia Boya GarcĂ­a2018-03-051-4/+21
* Fix test setup's timeout_multiplier handling.Hemmo Nieminen2018-03-031-2/+4
* Avoid unnecessary unpickling of build data during testing.Hemmo Nieminen2018-03-011-24/+24
* Harmonize data pickling.Hemmo Nieminen2018-03-011-24/+24
* Use test setups from the active (sub)project by default.Hemmo Nieminen2018-02-251-40/+44
* Namespace test setups.Hemmo Nieminen2018-02-251-4/+5
* Do not set MALLOC_PERTURB_ for benchmarksAlex Hirsch2018-02-121-3/+3
* don't use bare exceptRobert Doolittle2018-01-301-3/+0
* mtest: catch ctrl-c and properly kill the child processes. Fixes #2281Robert Doolittle2018-01-301-2/+11
* Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-301-1/+1
* mtest: Chdir into the build directory before running tests with -CDylan Baker2017-11-301-24/+30
* More defensive process killing. Closes #2629.Jussi Pakkanen2017-11-191-1/+7
* Print correct command in help messageEric Engestrom2017-11-091-1/+1
* mtest: print correct name in error messageEric Engestrom2017-10-311-1/+1