[RFC PATCH v4 27/28] for test purpose only: Comment out failed function which fails only in CI.

Tom Rini trini at konsulko.com
Fri Jun 17 16:49:31 CEST 2022


On Fri, Jun 17, 2022 at 12:31:57AM +0200, Francis Laniel wrote:
> Signed-off-by: Francis Laniel <francis.laniel at amarulasolutions.com>
> ---
>  test/cmd/setexpr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/cmd/setexpr.c b/test/cmd/setexpr.c
> index 0dc94f7e61..71c751d766 100644
> --- a/test/cmd/setexpr.c
> +++ b/test/cmd/setexpr.c
> @@ -308,7 +308,7 @@ static int setexpr_test_str(struct unit_test_state *uts)
>  	start_mem = ut_check_free();
>  	ut_assertok(run_command("setexpr.s fred *0", 0));
>  	ut_asserteq_str("hello", env_get("fred"));
> -	ut_assertok(ut_check_delta(start_mem));
> +// 	ut_assertok(ut_check_delta(start_mem));
>  
>  	unmap_sysmem(buf);

Did you see doc/develop/tests_sandbox.rst and how to get things under
gdb, or did you have problems with that?  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220617/329b88e0/attachment.sig>


More information about the U-Boot mailing list