[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240725125031.308195-1-marpagan@redhat.com>
Date: Thu, 25 Jul 2024 14:50:28 +0200
From: Marco Pagani <marpagan@...hat.com>
To: Moritz Fischer <mdf@...nel.org>,
Wu Hao <hao.wu@...el.com>,
Xu Yilun <yilun.xu@...el.com>,
Tom Rix <trix@...hat.com>
Cc: Marco Pagani <marpagan@...hat.com>,
linux-kernel@...r.kernel.org,
linux-fpga@...r.kernel.org
Subject: [PATCH 0/3] Simplify and improve fpga test suites using deferred actions
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
Powered by blists - more mailing lists