[edk2-devel] [PATCH edk2-test v2 1/1] uefi-sct/SctPkg: typo ExtendedVeirification

G Edhaya Chandran edhaya.chandran at arm.com
Tue Jan 5 15:12:17 UTC 2021


Reviewed-By: G Edhaya Chandran <edhaya.chandran at arm.com>

> -----Original Message-----
> From: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud at arm.com>
> Sent: 05 January 2021 00:41
> To: Heinrich Schuchardt <xypron.glpk at gmx.de>; EDK II Development
> <devel at edk2.groups.io>
> Cc: Eric Jin <eric.jin at intel.com>; G Edhaya Chandran
> <Edhaya.Chandran at arm.com>; Barton Gao <gaojie at byosoft.com.cn>; Arvin
> Chen <arvinx.chen at intel.com>; Samer El-Haj-Mahmoud <Samer.El-Haj-
> Mahmoud at arm.com>
> Subject: RE: [PATCH edk2-test v2 1/1] uefi-sct/SctPkg: typo
> ExtendedVeirification
>
> Reviewed-By: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud at arm.com>
>
> > -----Original Message-----
> > From: Heinrich Schuchardt <xypron.glpk at gmx.de>
> > Sent: Monday, December 28, 2020 3:08 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>; Samer El-Haj-Mahmoud <Samer.El-Haj-
> > Mahmoud at arm.com>; Barton Gao <gaojie at byosoft.com.cn>; Arvin Chen
> > <arvinx.chen at intel.com>; Heinrich Schuchardt <xypron.glpk at gmx.de>
> > Subject: [PATCH edk2-test v2 1/1] uefi-sct/SctPkg: typo
> > ExtendedVeirification
> >
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3142
> >
> > The parameter name ExtendedVerification has repeatedly been misspelled.
> >
> > Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> > ---
> > v2:
> >         remove unrelated changes
> > ---
> >  .../SimpleTextInBBTestConformance.c           |  6 ++--
> >  .../BlackBoxTest/SimpleTextInBBTestFunction.c |  2 +-
> >  .../BlackBoxTest/SimpleTextInBBTestStress.c   |  2 +-
> >  .../SimpleTextOutBBTestFunction_efi.c         | 36 +++++++++----------
> >  .../SimpleTextOutBBTestFunction_uefi.c        | 20 +++++------
> >  .../SimpleTextInBBTestConformance.c           |  6 ++--
> >  .../BlackBoxTest/SimpleTextInBBTestFunction.c |  2 +-
> >  .../BlackBoxTest/SimpleTextInBBTestStress.c   |  2 +-
> >  .../SimpleTextOutBBTestFunction_uefi.c        | 20 +++++------
> >  9 files changed, 48 insertions(+), 48 deletions(-)
> >
> > diff --git a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestConformance.c b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestConformance.c
> > index be5b000f65b2..975fa7d9a4b2 100644
> > --- a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestConformance.c
> > +++ b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestConformance.c
> > @@ -147,7 +147,7 @@ BBTestReadKeyStrokeConformanceManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > @@ -188,7 +188,7 @@ BBTestReadKeyStrokeConformanceManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > @@ -393,7 +393,7 @@ BBTestWaitForKeyConformanceManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > diff --git a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestFunction.c b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestFunction.c
> > index f062101a61ff..509813147f79 100644
> > --- a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestFunction.c
> > +++ b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestFunction.c
> > @@ -812,7 +812,7 @@ BBTestWaitForKeyFunctionManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > diff --git a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestStress.c b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestStress.c
> > index 124c993572fd..106496bae92d 100644
> > --- a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestStress.c
> > +++ b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestStress.c
> > @@ -141,7 +141,7 @@ BBTestReadKeyStrokeManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > diff --git a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > e
> > TextOutBBTestFunction_efi.c b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > e
> > TextOutBBTestFunction_efi.c
> > index c69bc7afd0db..e59e51fc12bb 100644
> > --- a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > e
> > TextOutBBTestFunction_efi.c
> > +++ b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > e
> > TextOutBBTestFunction_efi.c
> > @@ -181,7 +181,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid001,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, mode position integrity",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, mode position integrity",
> >
> >                   L"%a:%d: Current: Cursor Position(%d x %d), Mode=%d,
> > MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
> >
> >                   L" Expected:Cursor Position(%d x %d), MaxMode=%d,
> > Attribute=%d, CursorVisible=%d.",
> >
> >                   __FILE__,
> >
> > @@ -211,7 +211,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid002,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE",
> >
> >                   L"%a:%d: Status = %r",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__,
> >
> > @@ -274,7 +274,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid004,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, mode position integrity",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, mode position integrity",
> >
> >                   L"%a:%d: Current: Cursor Position(%d x %d), Mode=%d,
> > MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
> >
> >                   L" Expected:Cursor Position(%d x %d), MaxMode=%d,
> > Attribute=%d, CursorVisible=%d.",
> >
> >                   __FILE__,
> >
> > @@ -304,7 +304,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid005,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE",
> >
> >                   L"%a:%d, Status = %r",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__,
> >
> > @@ -323,7 +323,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid006,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, user's view",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, user's view",
> >
> >                   L"%a:%d",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__
> >
> > @@ -368,7 +368,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid007,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, mode position integrity",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, mode position integrity",
> >
> >                   L"%a:%d: Current: Cursor Position(%d x %d), Mode=%d,
> > MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
> >
> >                   L" Expected:Cursor Position(%d x %d), MaxMode=%d,
> > Attribute=%d, CursorVisible=%d.",
> >
> >                   __FILE__,
> >
> > @@ -398,7 +398,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid008,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                   L"%a:%d: Status = %r",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__,
> >
> > @@ -461,7 +461,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid010,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, mode position integrity",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, mode position integrity",
> >
> >                   L"%a:%d: Current: Cursor Position(%d x %d), Mode=%d,
> > MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
> >
> >                   L" Expected:Cursor Position(%d x %d), MaxMode=%d,
> > Attribute=%d, CursorVisible=%d.",
> >
> >                   __FILE__,
> >
> > @@ -491,7 +491,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid011,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                   L"%a:%d: Status = %r",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__,
> >
> > @@ -510,7 +510,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid012,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, user's view",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, user's view",
> >
> >                   L"%a:%d: user feedback",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__
> >
> > @@ -695,7 +695,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid014,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, mode position integrity, Backgroud
> > color is black",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, mode position integrity, Backgroud
> > color is black",
> >
> >                     L"%a:%d: Current: Cursor Position(%d x %d),
> > Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
> >
> >                     L"Expected:Cursor Position(%d x %d), MaxMode=%d,
> > Attribute=%d, CursorVisible=%d.",
> >
> >                     __FILE__,
> >
> > @@ -725,7 +725,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid015,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, check return code",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, check return code",
> >
> >                     L"%a:%d: Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > @@ -786,7 +786,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid017,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, mode position integrity, background
> > color is black",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, mode position integrity, background
> > color is black",
> >
> >                     L"%a:%d: Current: Cursor Position(%d x %d),
> > Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
> >
> >                     L"Expected:Cursor Position(%d x %d), MaxMode=%d,
> > Attribute=%d, CursorVisible=%d.",
> >
> >                     __FILE__,
> >
> > @@ -816,7 +816,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid018,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, check return code",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, check return code",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > @@ -859,7 +859,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid019,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, mode position integrity, background
> > color is black",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, mode position integrity, background
> > color is black",
> >
> >                     L"%a:%d: Current: Cursor Position(%d x %d),
> > Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
> >
> >                     L" Expected:Cursor Position(%d x %d), MaxMode=%d,
> > Attribute=%d, CursorVisible=%d.",
> >
> >                     __FILE__,
> >
> > @@ -889,7 +889,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid020,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, check return code",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, check return code",
> >
> >                     L"%a:%d: Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > @@ -950,7 +950,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid022,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, mode position integrity, background
> > color is black",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, mode position integrity, background
> > color is black",
> >
> >                     L"%a:%d: Current: Cursor Position(%d x %d),
> > Mode=%d, MaxMode=%d, Attribute=%d, CursorVisible=%d. "\
> >
> >                     L"Expected:Cursor Position(%d x %d), MaxMode=%d,
> > Attribute=%d, CursorVisible=%d.",
> >
> >                     __FILE__,
> >
> > @@ -980,7 +980,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid023,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, check return code",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, check return code",
> >
> >                     L"%a:%d: Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > diff --git a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > e
> > TextOutBBTestFunction_uefi.c b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > e
> > TextOutBBTestFunction_uefi.c
> > index cb53af93d039..9b0ae233ce5f 100644
> > --- a/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > e
> > TextOutBBTestFunction_uefi.c
> > +++ b/uefi-
> > sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > e
> > TextOutBBTestFunction_uefi.c
> > @@ -171,7 +171,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid001,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE",
> >
> >                   L"%a:%d: Current: Cursor Position(%d x %d),
> > MaxMode=%d. "\
> >
> >                   L" Expected:Cursor Position(%d x %d), MaxMode=%d.",
> >
> >                   __FILE__,
> >
> > @@ -196,7 +196,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid002,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE",
> >
> >                   L"%a:%d: Status = %r",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__,
> >
> > @@ -215,7 +215,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid006,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, user's view",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, user's view",
> >
> >                   L"%a:%d",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__
> >
> > @@ -267,7 +267,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid007,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                   L"%a:%d: Current: Cursor Position(%d x %d),
> > MaxMode=%d. "\
> >
> >                   L" Expected:Cursor Position(%d x %d), MaxMode=%d.",
> >
> >                   __FILE__,
> >
> > @@ -292,7 +292,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid008,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                   L"%a:%d: Status = %r",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__,
> >
> > @@ -311,7 +311,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid012,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, user's view",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, user's view",
> >
> >                   L"%a:%d: user feedback",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__
> >
> > @@ -500,7 +500,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid014,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE",
> >
> >                     L"%a:%d: Current: Cursor Position(%d x %d),
> > MaxMode=%d. "\
> >
> >                     L"Expected:Cursor Position(%d x %d), MaxMode=%d.",
> >
> >                     __FILE__,
> >
> > @@ -525,7 +525,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid015,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, check return code",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, check return code",
> >
> >                     L"%a:%d: Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > @@ -577,7 +577,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid019,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, mode position integrity, background
> > color is black",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, mode position integrity, background
> > color is black",
> >
> >                     L"%a:%d: Current: Cursor Position(%d x %d),
> > MaxMode=%d. "\
> >
> >                     L" Expected:Cursor Position(%d x %d),
> > MaxMode=%d.",
> >
> >                     __FILE__,
> >
> > @@ -602,7 +602,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid020,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, check return code",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, check return code",
> >
> >                     L"%a:%d: Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > diff --git a/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestConformance.c b/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestConformance.c
> > index be5b000f65b2..975fa7d9a4b2 100644
> > --- a/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestConformance.c
> > +++ b/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestConformance.c
> > @@ -147,7 +147,7 @@ BBTestReadKeyStrokeConformanceManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > @@ -188,7 +188,7 @@ BBTestReadKeyStrokeConformanceManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > @@ -393,7 +393,7 @@ BBTestWaitForKeyConformanceManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > diff --git a/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestFunction.c b/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestFunction.c
> > index ee1173d9dee9..8442f0b0ed56 100644
> > --- a/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestFunction.c
> > +++ b/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestFunction.c
> > @@ -812,7 +812,7 @@ BBTestWaitForKeyFunctionManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > diff --git a/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestStress.c b/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestStress.c
> > index 124c993572fd..106496bae92d 100644
> > --- a/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestStress.c
> > +++ b/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextIn/BlackBoxTest/Simple
> > T
> > extInBBTestStress.c
> > @@ -141,7 +141,7 @@ BBTestReadKeyStrokeManualTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gTestGenericFailureGuid,
> >
> > -                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                   L"EFI_SIMPLE_TEXT_IN_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                     L"%a:%d, Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > diff --git a/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > eTextOutBBTestFunction_uefi.c b/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > eTextOutBBTestFunction_uefi.c
> > index cb53af93d039..9b0ae233ce5f 100644
> > --- a/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > eTextOutBBTestFunction_uefi.c
> > +++ b/uefi-
> > sct/SctPkg/TestCase/UEFI/IHV/Protocol/SimpleTextOut/BlackBoxTest/Simpl
> > eTextOutBBTestFunction_uefi.c
> > @@ -171,7 +171,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid001,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE",
> >
> >                   L"%a:%d: Current: Cursor Position(%d x %d),
> > MaxMode=%d. "\
> >
> >                   L" Expected:Cursor Position(%d x %d), MaxMode=%d.",
> >
> >                   __FILE__,
> >
> > @@ -196,7 +196,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid002,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE",
> >
> >                   L"%a:%d: Status = %r",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__,
> >
> > @@ -215,7 +215,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid006,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, user's view",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, user's view",
> >
> >                   L"%a:%d",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__
> >
> > @@ -267,7 +267,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid007,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                   L"%a:%d: Current: Cursor Position(%d x %d),
> > MaxMode=%d. "\
> >
> >                   L" Expected:Cursor Position(%d x %d), MaxMode=%d.",
> >
> >                   __FILE__,
> >
> > @@ -292,7 +292,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid008,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE",
> >
> >                   L"%a:%d: Status = %r",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__,
> >
> > @@ -311,7 +311,7 @@ BBTestResetFunctionManualTest (
> >                   StandardLib,
> >
> >                   AssertionType,
> >
> >                   gSimpleTextOutputFunctionTestAssertionGuid012,
> >
> > -                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, user's view",
> >
> > +                 L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, user's view",
> >
> >                   L"%a:%d: user feedback",
> >
> >                   __FILE__,
> >
> >                   (UINTN)__LINE__
> >
> > @@ -500,7 +500,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid014,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE",
> >
> >                     L"%a:%d: Current: Cursor Position(%d x %d),
> > MaxMode=%d. "\
> >
> >                     L"Expected:Cursor Position(%d x %d), MaxMode=%d.",
> >
> >                     __FILE__,
> >
> > @@ -525,7 +525,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid015,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as FALSE, check return code",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as FALSE, check return code",
> >
> >                     L"%a:%d: Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > @@ -577,7 +577,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid019,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, mode position integrity, background
> > color is black",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, mode position integrity, background
> > color is black",
> >
> >                     L"%a:%d: Current: Cursor Position(%d x %d),
> > MaxMode=%d. "\
> >
> >                     L" Expected:Cursor Position(%d x %d),
> > MaxMode=%d.",
> >
> >                     __FILE__,
> >
> > @@ -602,7 +602,7 @@ BBTestResetFunctionAutoTest (
> >                     StandardLib,
> >
> >                     AssertionType,
> >
> >                     gSimpleTextOutputFunctionTestAssertionGuid020,
> >
> > -                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVeirification as TRUE, check return code",
> >
> > +                   L"EFI_SIMPLE_TEXT_OUT_PROTOCOL.Reset - Reset with
> > ExtendedVerification as TRUE, check return code",
> >
> >                     L"%a:%d: Status = %r",
> >
> >                     __FILE__,
> >
> >                     (UINTN)__LINE__,
> >
> > --
> > 2.29.2
>

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 (#69715): https://edk2.groups.io/g/devel/message/69715
Mute This Topic: https://groups.io/mt/79276879/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