55 Commits (bf98ffca9ee67a6a942b9abf96b536692370cf03)

Author SHA1 Message Date
Jussi Pakkanen dc2044c56d Report xpass results as failures. 6 years ago
Paolo Bonzini a2c3ba474a mtest: fix TAP with --verbose (#5160) 6 years ago
Paolo Bonzini 1e7ce3553b do not use Executor if only one process was requested 6 years ago
Paolo Bonzini 91f847d308 mtest: implement TAP parsing 6 years ago
Paolo Bonzini f2e513791e mtest: add support for hard errors 6 years ago
Paolo Bonzini d830945224 mtest: do not use return code to look for failed tests 6 years ago
Paolo Bonzini 1264f03637 mtest: refactor TestRun creation 6 years ago
Eric Engestrom 182eb2ba3a mtest: make `meson test --list` return whether there was any test to list 6 years ago
Yeongjin Jeong a75bda7154 mtest: Don't use thread executor when enabled gdb in test_setup 6 years ago
Olivier Crête 7993747e13 Save surrogates as-is in log files 6 years ago
Jussi Pakkanen c6e022b560 Print ASCII version of unrepresentable text. Closes #4600. 6 years ago
Jon Turney 4c4e3c8600 Fix flake8 whitespace reports 6 years ago
Stian Selnes 0821462ce3 Add kwarg is_default to add_test_setup() 6 years ago
Dave Reisner 96f8842b79 Report expected failures and unexpected passes separately 6 years ago
Dylan Baker e921e38301 mtest: Check that stdout is not None before seeking 6 years ago
Marcel Hollerbach 253c581412 test: do not use PIPE 6 years ago
Xavier Claessens 37067a53c4 Use a single ArgumentParser for all subcommands 6 years ago
Jussi Pakkanen 8ca463f9f1 Guard against the process redirecting stdout. Closes #3967. 6 years ago
Jussi Pakkanen 7e75451867 Try to kill processes even more thoroughly. Closes #4127. 6 years ago
Nirbheek Chauhan fc90c4a331 Print only custom env vars in the test log for each test 6 years ago
Nirbheek Chauhan e8dae2b966 cross: Be more permissive about not-found exe_wrapper 6 years ago
Nirbheek Chauhan 416a00308f cross: Use ExternalProgram for cross-file exe_wrapper 6 years ago
Kurtis Rader 5290f41f31 Report exit status or signal that killed the test 7 years ago
Nirbheek Chauhan efa9b75d5d Set WINEPATH when running serialized executables 7 years ago
George Koehler 64906b0755 Don't call getpgid() when killing a test. 7 years ago
Alberto Sartori 717f7db67e improve suite of meson test (#3369) 7 years ago
Aleksey Filippov ddc6f72507 Use consistent quotes 7 years ago
Aleksey Filippov 827d33c8b6 Split SingleTestRunner.run() 7 years ago
Aleksey Filippov 0e8c69b796 Split SingleTestRunner._get_cmd() out of run() 7 years ago
Aleksey Filippov 9596fd6c24 Move run_single_test() into separate class 7 years ago
Aleksey Filippov 3eebb1f83a Make run_single_test() method static 7 years ago
Aleksey Filippov 9c01fc0e49 Do not access counters from parallel code 7 years ago
Aleksey Filippov 2aa1c3d575 Use enum instead of string constants 7 years ago
Aleksey Filippov 84e3cadc70 Use hermetic parameters in run_single_test(), initialize them before in the caller 7 years ago
Jussi Pakkanen 9b2e533d87 Always build parser objects anew to avoid leaking old data. 7 years ago
nyorain dd614015e0 Open mesontest logfiles in utf-8 mode 7 years ago
Alicia Boya García 70270d874d meson test: let gdb handle ^C instead of us 7 years ago
Hemmo Nieminen 275c737d57 Fix test setup's timeout_multiplier handling. 7 years ago
Hemmo Nieminen e0d0c0166a Avoid unnecessary unpickling of build data during testing. 7 years ago
Hemmo Nieminen 7fb8e518b2 Harmonize data pickling. 7 years ago
Hemmo Nieminen 060560bf62 Use test setups from the active (sub)project by default. 7 years ago
Hemmo Nieminen abcaf7c222 Namespace test setups. 7 years ago
Alex Hirsch 3e8eab66a1 Do not set MALLOC_PERTURB_ for benchmarks 7 years ago
Robert Doolittle 9b27f07002 don't use bare except 7 years ago
Robert Doolittle 60cfb87e69 mtest: catch ctrl-c and properly kill the child processes. Fixes #2281 7 years ago
Aleksey Filippov 2cf85ae16f Use os.path: basename() and dirname() instead of split() 7 years ago
Dylan Baker d573a29bda mtest: Chdir into the build directory before running tests with -C 7 years ago
Jussi Pakkanen 5cd8a7bbcc More defensive process killing. Closes #2629. 7 years ago
Eric Engestrom 5f7f5cdb05 Print correct command in help message 7 years ago
Eric Engestrom 9b6214eb4d mtest: print correct name in error message 7 years ago