qemu-e2k/tests/docker
Paolo Bonzini 9df43317b8 test: replace gtester with a TAP driver
gtester is deprecated by upstream glib (see for example the announcement
at https://blog.gtk.org/2018/07/11/news-from-glib-2-58/) and it does
not support tests that call g_test_skip in some glib stable releases.

glib suggests instead using Automake's TAP support, which gtest itself
supports since version 2.38 (QEMU's minimum requirement is 2.40).
We do not support Automake, but we can use Automake's code to beautify
the TAP output.  I chose to use the Perl copy rather than the shell/awk
one, with some changes so that it can accept TAP through stdin, in order
to reuse Perl's TAP parsing package.  This also avoids duplicating the
parser between tap-driver.pl and tap-merge.pl.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1543513531-1151-3-git-send-email-pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-01-11 15:46:52 +01:00
..
dockerfiles test: replace gtester with a TAP driver 2019-01-11 15:46:52 +01:00
Makefile.include tests: Fix typos in comments and help message (found by codespell) 2018-10-26 17:17:32 +02:00
common.rc docker: gracefully skip check_qemu 2018-07-24 11:45:25 +01:00
docker.py tests: Fix typos in comments and help message (found by codespell) 2018-10-26 17:17:32 +02:00
run docker: Inline "prep_fail" in run script 2018-04-09 15:13:02 +08:00
test-block docker: test-block: Don't continue if build fails 2017-09-29 11:14:15 +08:00
test-build docker: add installation to build tests 2017-09-29 11:14:14 +08:00
test-clang docker: move make check into check_qemu helper 2018-07-24 11:45:25 +01:00
test-debug docker: move make check into check_qemu helper 2018-07-24 11:45:25 +01:00
test-full docker: move make check into check_qemu helper 2018-07-24 11:45:25 +01:00
test-mingw tests: docker: update test-mingw for GTK+ 2.0 removal 2018-10-26 22:03:21 +08:00
test-quick docker: move make check into check_qemu helper 2018-07-24 11:45:25 +01:00
test-unit docker: add test-unit runner 2018-07-24 11:45:25 +01:00
travis docker: Add travis tool 2016-06-01 17:27:35 +08:00
travis.py python: futurize -f libfuturize.fixes.fix_print_with_import 2018-06-08 14:39:24 -03:00