This is a bookmarking commit to keep track of the failures I'm currently seeing in Travis. They are currently:
1. test-aio GTESTER tests/test-thread-pool ** ERROR:tests/test-aio.c:501:test_timer_schedule: assertion failed: (aio_poll(ctx, true)) GTester: last random seed: R02S66126aca97f9606b33e5d7be7fc9b625 make: *** [check-tests/test-aio] Error 1 make: *** Waiting for unfinished jobs.... Last discussion @ 20180525091724.GC14757@stefanha-x1.localdomain - rcutorture [AWAITING EXAMPLE] I suspect it is load that causes the problems but they really need to be fixed properly. Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- tests/Makefile.include | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Makefile.include b/tests/Makefile.include index b499ba1813..8ff4ab9e27 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -76,7 +76,9 @@ gcov-files-test-coroutine-y = coroutine-$(CONFIG_COROUTINE_BACKEND).c check-unit-y += tests/test-visitor-serialization$(EXESUF) check-unit-y += tests/test-iov$(EXESUF) gcov-files-test-iov-y = util/iov.c +# start: flakey check-unit-y += tests/test-aio$(EXESUF) +# end: flakey gcov-files-test-aio-y = util/async.c util/qemu-timer.o gcov-files-test-aio-$(CONFIG_WIN32) += util/aio-win32.c gcov-files-test-aio-$(CONFIG_POSIX) += util/aio-posix.c @@ -110,7 +112,9 @@ gcov-files-test-mul64-y = util/host-utils.c check-unit-y += tests/test-int128$(EXESUF) # all code tested by test-int128 is inside int128.h gcov-files-test-int128-y = +# start: flakey check-unit-y += tests/rcutorture$(EXESUF) +# end: flakey gcov-files-rcutorture-y = util/rcu.c check-unit-y += tests/test-rcu-list$(EXESUF) gcov-files-test-rcu-list-y = util/rcu.c -- 2.17.0