summaryrefslogtreecommitdiff
path: root/mesonbuild/mtest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed test serialisation from is_cross to is_cross_built for clarity.Jussi Pakkanen2017-09-121-2/+2
* Add Windows extra_paths to beginning of PATH when running testsJon Turney2017-09-121-1/+1
* Turned mesontest into on internal module.Jussi Pakkanen2017-08-021-0/+624