[edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix variable services conformance test

Samer El-Haj-Mahmoud samer.el-haj-mahmoud at arm.com
Tue Aug 4 11:13:49 UTC 2020


Reviewed-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud at arm.com>

> -----Original Message-----
> From: devel at edk2.groups.io <devel at edk2.groups.io> On Behalf Of Heinrich
> Schuchardt via groups.io
> Sent: Monday, July 27, 2020 1:53 PM
> To: EDK II Development <devel at edk2.groups.io>
> Cc: Eric Jin <eric.jin at intel.com>; G Edhaya Chandran
> <Edhaya.Chandran at arm.com>; Heinrich Schuchardt <xypron.glpk at gmx.de>
> Subject: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: fix variable
> services conformance test
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2865
>
> QueryVariableInfo() returning EFI_SUCCESS for a legal combination of
> attributes is not an error.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  .../BlackBoxTest/AuthVariableServicesBBTestConformance.c        | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/VariableServices/BlackBoxT
> est/AuthVariableServicesBBTestConformance.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/VariableServices/BlackBoxT
> est/AuthVariableServicesBBTestConformance.c
> index 23b00e35..f16560ff 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/VariableServices/BlackBoxT
> est/AuthVariableServicesBBTestConformance.c
> +++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/VariableServices
> +++ /BlackBoxTest/AuthVariableServicesBBTestConformance.c
> @@ -287,7 +287,7 @@ AuthVariableDERConfTest (
>                     &MaximumVariableSize                    ); -    if (Status ==
> EFI_UNSUPPORTED) {+    if (Status == EFI_SUCCESS || Status ==
> EFI_UNSUPPORTED) {       Result = EFI_TEST_ASSERTION_PASSED;     } else {
> Result = EFI_TEST_ASSERTION_FAILED;--
> 2.27.0
>
>
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
>
> View/Reply Online (#63354): https://edk2.groups.io/g/devel/message/63354
> Mute This Topic: https://groups.io/mt/75828348/1945644
> Group Owner: devel+owner at edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub  [samer.el-haj-
> mahmoud at arm.com] -=-=-=-=-=-=

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#63697): https://edk2.groups.io/g/devel/message/63697
Mute This Topic: https://groups.io/mt/75828348/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list