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
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
2018-03-03
Fix test setup's timeout_multiplier handling.
Hemmo Nieminen
2018-03-01
Avoid unnecessary unpickling of build data during testing.
Hemmo Nieminen
2018-03-01
Harmonize data pickling.
Hemmo Nieminen
2018-02-25
Use test setups from the active (sub)project by default.
Hemmo Nieminen
2018-02-25
Namespace test setups.
Hemmo Nieminen
2018-02-12
Do not set MALLOC_PERTURB_ for benchmarks
Alex Hirsch
2018-01-30
don't use bare except
Robert Doolittle
2018-01-30
mtest: catch ctrl-c and properly kill the child processes. Fixes #2281
Robert Doolittle
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2017-11-30
mtest: Chdir into the build directory before running tests with -C
Dylan Baker
2017-11-19
More defensive process killing. Closes #2629.
Jussi Pakkanen
2017-11-09
Print correct command in help message
Eric Engestrom
2017-10-31
mtest: print correct name in error message
Eric Engestrom
2017-09-12
Renamed test serialisation from is_cross to is_cross_built for clarity.
Jussi Pakkanen
2017-09-12
Add Windows extra_paths to beginning of PATH when running tests
Jon Turney
2017-08-02
Turned mesontest into on internal module.
Jussi Pakkanen