linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Simplify and improve fpga test suites using deferred actions
@ 2024-07-25 12:50 Marco Pagani
  2024-07-25 12:50 ` [PATCH 1/3] Simplify and improve the fpga manager test suite " Marco Pagani
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Marco Pagani @ 2024-07-25 12:50 UTC (permalink / raw)
  To: Moritz Fischer, Wu Hao, Xu Yilun, Tom Rix
  Cc: Marco Pagani, linux-kernel, linux-fpga

Use deferred actions to simplify fpga test suites and avoid potential
memory leaks when test cases fail. Deferred actions are executed when a
test is completed either successfully or unsuccessfully (e.g., due to a
failed assertion).

Marco Pagani (3):
  Simplify and improve the fpga manager test suite using deferred
    actions
  Simplify and improve the fpga bridge test suite using deferred actions
  Simplify and improve the fpga region test suite using deferred actions

 drivers/fpga/tests/fpga-bridge-test.c | 25 +++++++---------
 drivers/fpga/tests/fpga-mgr-test.c    | 28 +++++++++++-------
 drivers/fpga/tests/fpga-region-test.c | 41 ++++++++++++++++-----------
 3 files changed, 52 insertions(+), 42 deletions(-)


base-commit: 3a0fa8e97d3024de199634667900b6a90bbe43d0
-- 
2.45.2


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

end of thread, other threads:[~2024-08-15  3:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 12:50 [PATCH 0/3] Simplify and improve fpga test suites using deferred actions Marco Pagani
2024-07-25 12:50 ` [PATCH 1/3] Simplify and improve the fpga manager test suite " Marco Pagani
2024-07-25 12:50 ` [PATCH 2/3] Simplify and improve the fpga bridge " Marco Pagani
2024-07-25 12:50 ` [PATCH 3/3] Simplify and improve the fpga region " Marco Pagani
2024-08-15  3:01 ` [PATCH 0/3] Simplify and improve fpga test suites " Xu Yilun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).