Skip to content

Commit

Permalink
BBSR VariableSizeTest bug fix (#80)
Browse files Browse the repository at this point in the history
- reset the result status post test assertion

Signed-off-by: Amrathesh <[email protected]>
  • Loading branch information
amrathesh authored Jul 25, 2024
1 parent 20b11dd commit 0db5c21
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @file
Copyright 2006 - 2012 Unified EFI, Inc.<BR>
Copyright (c) 2021, Arm Inc. All rights reserved.<BR>
Copyright 2006-2012 Unified EFI, Inc.<BR>
Copyright (c) 2021-2024, Arm Ltd, All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
Expand Down Expand Up @@ -164,6 +164,9 @@ BBSRVariableSizeTestSub1 (
(UINTN)__LINE__
);

// Reset Result variable
Result = EFI_TEST_ASSERTION_PASSED;

//Check MaxVariableSize is larger than 64kb as per R050

//In some implementations a 64KB max variable size results in a usable size slightly less
Expand Down

0 comments on commit 0db5c21

Please sign in to comment.