From 905b41d6bf059d55925584a194de3bd327b41e91 Mon Sep 17 00:00:00 2001 From: Sourav Kumar Pramanik Date: Tue, 5 Mar 2024 19:56:34 +0530 Subject: libseccomp: Add back in PTESTS_SLOW list Enable libseccomp-ptest in PTESTS_SLOW as all tests are passing now. (From OE-Core rev: af3436a6f66262610e10444c7c97a39d20a5907f) Signed-off-by: Sourav Pramanik Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/conf/distro/include/ptest-packagelists.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/conf/distro/include') diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 84f6764443..5975db25cc 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc @@ -119,6 +119,7 @@ PTESTS_SLOW = "\ util-linux \ valgrind \ lz4 \ + libseccomp \ " # python3 ptests hang on qemuriscv64 @@ -138,7 +139,6 @@ PTESTS_PROBLEMS:append:x86 = " valgrind" # libpam \ # Needs pam DISTRO_FEATURE # mdadm \ # tests are flaky in AB. # numactl \ # qemu not (yet) configured for numa; all tests are skipped -# libseccomp \ # tests failed: 38; add to slow tests once addressed # python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures PTESTS_PROBLEMS = "\ @@ -148,7 +148,6 @@ PTESTS_PROBLEMS = "\ ifupdown \ libinput \ libpam \ - libseccomp \ mdadm \ numactl \ python3-license-expression \ -- cgit v1.2.3-54-g00ecf