
19 Jan
2021
19 Jan
'21
7:06 p.m.
On Sun, 17 Jan 2021 at 16:22, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Excluding ut str in test/cmd_ut.c but compiling test/str_ut.c results in failure of the Python test invoking the C unit tests as observed on sipeed_riscv_smode_defconfig:
FAILED test/py/tests/test_ut.py::test_ut[ut_str_upper]
Allow to compile test/str_ut.c on all boards.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
test/cmd_ut.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org