]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Allow running tests multiple times
authorSimon Glass <sjg@chromium.org>
Mon, 1 Aug 2022 13:58:45 +0000 (07:58 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 2 Sep 2022 20:21:44 +0000 (16:21 -0400)
commitea94d053e19ee3341301cf999a8dd78e37b83cca
tree94bfae9af3d2f92815effcd7351db40577a32af5
parente033c180d0327e8fa791660ae26cdebd5e400153
test: Allow running tests multiple times

Some tests can have race conditions which are hard to detect on a single
one. Add a way to run tests more than once, to help with this.

Each individual test is run the requested number of times before moving
to the next test. If any runs failed, a message is shown.

This is most useful when running a single test, since running all tests
multiple times can take a while.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/spl.c
doc/develop/tests_sandbox.rst
include/test/test.h
include/test/ut.h
test/cmd_ut.c
test/dm/test-dm.c
test/test-main.c