mbox series

[0/2] libcap: adding ptests

Message ID 20260613024335.377418-1-kris.gavvala@windriver.com
Headers show
Series libcap: adding ptests | expand

Message

Kris Gavvala June 13, 2026, 2:43 a.m. UTC
This patch series adds ptest support for the libcap package and
addresses a bug in one of the upstream tests.

The changes enable running a subset of the upstream libcap test suite
as ptests, and address a bug in libcap_psx_test related to
exit handling that causes the ptests to hang.

Kris Gavvala (2):
  libcap: add ptest support
  libcap: fix hang in libcap psx_test

 .../distro/include/ptest-packagelists.inc     |  1 +
 ...1-libcap-fix-hang-in-libcap_psx_test.patch | 47 +++++++++++++++++++
 meta/recipes-support/libcap/files/run-ptest   | 25 ++++++++++
 meta/recipes-support/libcap/libcap_2.78.bb    | 44 ++++++++++++++++-
 4 files changed, 116 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-support/libcap/files/0001-libcap-fix-hang-in-libcap_psx_test.patch
 create mode 100644 meta/recipes-support/libcap/files/run-ptest