[edk2-devel] [PATCH v1 0/2] Drop FrameworkHandle param from SaveFrameworkState()

Michael Kubacki posted 2 patches 4 years ago
Only 0 patches received!
UnitTestFrameworkPkg/Library/UnitTestLib/RunTests.c    |  2 +-
UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c | 25 ++++++++++++--------
MdePkg/Include/Library/UnitTestLib.h                   |  9 +++----
3 files changed, 19 insertions(+), 17 deletions(-)
[edk2-devel] [PATCH v1 0/2] Drop FrameworkHandle param from SaveFrameworkState()
Posted by Michael Kubacki 4 years ago
From: Michael Kubacki <michael.kubacki@microsoft.com>

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2612

Simplifies the SaveFrameworkState() interface by removing the
FrameworkHandle parameter. The expectation is that this API is called
from within a test suite prior to test case completion such as a reboot.
The active framework is tracked internally to the initialization API.

Cc: Bret Barkelew <brbarkel@microsoft.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

Michael Kubacki (2):
  MdePkg/UnitTestLib.h: Drop FrameworkHandle param from
    SaveFrameworkState()
  UnitTestFrameworkPkg/UnitTestLib: Update SaveFrameworkState()
    signature

 UnitTestFrameworkPkg/Library/UnitTestLib/RunTests.c    |  2 +-
 UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c | 25 ++++++++++++--------
 MdePkg/Include/Library/UnitTestLib.h                   |  9 +++----
 3 files changed, 19 insertions(+), 17 deletions(-)

-- 
2.16.3.windows.1


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

View/Reply Online (#57758): https://edk2.groups.io/g/devel/message/57758
Mute This Topic: https://groups.io/mt/73179709/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v1 0/2] Drop FrameworkHandle param from SaveFrameworkState()
Posted by brbarkel via groups.io 4 years ago
Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>

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

View/Reply Online (#58124): https://edk2.groups.io/g/devel/message/58124
Mute This Topic: https://groups.io/mt/73179709/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-