]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libseccomp: Add back in PTESTS_SLOW list
authorSourav Kumar Pramanik <pramanik.souravkumar@gmail.com>
Tue, 5 Mar 2024 14:26:34 +0000 (19:56 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2024 13:02:24 +0000 (14:02 +0100)
Enable libseccomp-ptest in PTESTS_SLOW as
all tests are passing now.

Signed-off-by: Sourav Pramanik <pramanik.souravkumar@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/conf/distro/include/ptest-packagelists.inc

index 84f67644437decc5904d31cc2589260c6b363ded..5975db25ccca3bf0a4d65076e64fa951cd882794 100644 (file)
@@ -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 \