Re: [PATCH 2/3] test: inconsistent string tests

2021-01-30 Thread Tom Rini
On Mon, Jan 18, 2021 at 12:17:34AM +0100, Heinrich Schuchardt 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

Re: [PATCH 2/3] test: inconsistent string tests

2021-01-19 Thread Simon Glass
On Sun, 17 Jan 2021 at 16:22, Heinrich Schuchardt 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] > >

[PATCH 2/3] test: inconsistent string tests

2021-01-17 Thread Heinrich Schuchardt
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