public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v1 0/1] Edk2-Test: Fix:AdapterInfoBBTest exception
@ 2025-04-09 20:42 Prachotan Bathi via groups.io
  2025-04-09 20:42 ` [edk2-devel] [PATCH v1 1/1] Edk2-Test: Fix:AdapterInfoBBTest Prachotan Bathi via groups.io
  0 siblings, 1 reply; 5+ messages in thread
From: Prachotan Bathi via groups.io @ 2025-04-09 20:42 UTC (permalink / raw)
  To: devel

The Arm SystemReady ACS team reported issues with deploying the AdapterInfoBBTest
test case. The test case halts with a synchronous exception.
Including "SctLib.h" resolves the issue.

Prachotan Bathi (1):
  Edk2-Test: Fix:AdapterInfoBBTest

 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.h        | 9 +--------
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestConformance.c | 2 +-
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestFunction.c    | 2 +-
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.c        | 2 +-
 4 files changed, 4 insertions(+), 11 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [edk2-devel] [PATCH v1 0/1] Edk2-Test: Fix:AdapterInfoBBTest exception
@ 2025-04-09 21:47 Prachotan Bathi via groups.io
  2025-04-09 21:47 ` [edk2-devel] [PATCH v1 1/1] Edk2-Test: Fix:AdapterInfoBBTest Prachotan Bathi via groups.io
  0 siblings, 1 reply; 5+ messages in thread
From: Prachotan Bathi via groups.io @ 2025-04-09 21:47 UTC (permalink / raw)
  To: devel

The Arm SystemReady ACS team reported issues with deploying the AdapterInfoBBTest
test case. The test case halts with a synchronous exception.
Including "SctLib.h" resolves the issue.

Prachotan Bathi (1):
  Edk2-Test: Fix:AdapterInfoBBTest

 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.h        | 9 +--------
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestConformance.c | 2 +-
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestFunction.c    | 2 +-
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.c        | 2 +-
 4 files changed, 4 insertions(+), 11 deletions(-)

-- 
2.43.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#121251): https://edk2.groups.io/g/devel/message/121251
Mute This Topic: https://groups.io/mt/112179957/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [edk2-devel] [PATCH v1 0/1] Edk2-Test: Fix:AdapterInfoBBTest exception
@ 2025-04-09 20:34 Prachotan Bathi via groups.io
  2025-04-09 20:34 ` [edk2-devel] [PATCH v1 1/1] Edk2-Test: Fix:AdapterInfoBBTest Prachotan Bathi via groups.io
  0 siblings, 1 reply; 5+ messages in thread
From: Prachotan Bathi via groups.io @ 2025-04-09 20:34 UTC (permalink / raw)
  To: devel

The Arm SystemReady ACS team reported issues with deploying the AdapterInfoBBTest
test case. The test case halts with a synchronous exception.
Including "SctLib.h" resolves the issue.

Prachotan Bathi (1):
  Edk2-Test: Fix:AdapterInfoBBTest

 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.h        | 9 +--------
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestConformance.c | 2 +-
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestFunction.c    | 2 +-
 uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/AdapterInfo/BlackBoxTest/AdapterInfoBBTestMain.c        | 2 +-
 4 files changed, 4 insertions(+), 11 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-04-10 15:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-09 20:42 [edk2-devel] [PATCH v1 0/1] Edk2-Test: Fix:AdapterInfoBBTest exception Prachotan Bathi via groups.io
2025-04-09 20:42 ` [edk2-devel] [PATCH v1 1/1] Edk2-Test: Fix:AdapterInfoBBTest Prachotan Bathi via groups.io
  -- strict thread matches above, loose matches on Subject: below --
2025-04-09 21:47 [edk2-devel] [PATCH v1 0/1] Edk2-Test: Fix:AdapterInfoBBTest exception Prachotan Bathi via groups.io
2025-04-09 21:47 ` [edk2-devel] [PATCH v1 1/1] Edk2-Test: Fix:AdapterInfoBBTest Prachotan Bathi via groups.io
2025-04-10 15:38   ` G Edhaya Chandran via groups.io
2025-04-09 20:34 [edk2-devel] [PATCH v1 0/1] Edk2-Test: Fix:AdapterInfoBBTest exception Prachotan Bathi via groups.io
2025-04-09 20:34 ` [edk2-devel] [PATCH v1 1/1] Edk2-Test: Fix:AdapterInfoBBTest Prachotan Bathi via groups.io

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox