[U-Boot] [PATCH 2/2] efi_selftest: fix variables test for GetNextVariableName()
Heinrich Schuchardt
xypron.glpk at gmx.de
Wed Jan 16 17:54:46 UTC 2019
On 12/14/18 10:47 AM, AKASHI Takahiro wrote:
> There is a bug in efi variables test.
> Fix it with some cosmetic improvements.
>
> Please note that efi variables test still fails at QueryVariableInfo()
> and GetVariable(), but this is not due to a change in this patch.
> ==8<==
> Testing EFI API implementation
>
> Selected test: 'variables'
>
> Setting up 'variables'
> Setting up 'variables' succeeded
>
> Executing 'variables'
> .../u-boot/lib/efi_selftest/efi_selftest_variables.c(60):
> TODO: QueryVariableInfo failed
> .../u-boot/lib/efi_selftest/efi_selftest_variables.c(131):
> TODO: GetVariable returned wrong length 7
> .../u-boot/lib/efi_selftest/efi_selftest_variables.c(133):
> TODO: GetVariable returned wrong value
> Executing 'variables' succeeded
>
> Boot services terminated
>
> Summary: 0 failures
> ==>8==
>
> Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
More information about the U-Boot
mailing list