summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorSourav Kumar Pramanik <pramanik.souravkumar@gmail.com>2024-03-05 19:56:34 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-04 14:05:03 +0100
commit905b41d6bf059d55925584a194de3bd327b41e91 (patch)
treee5d994fd87a1444f4f920bd620aa504814149e62 /meta/conf
parent11651df0f626a49e7e64a81c92d18c7ab00dbc78 (diff)
downloadpoky-905b41d6bf059d55925584a194de3bd327b41e91.tar.gz
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 <pramanik.souravkumar@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc3
1 files changed, 1 insertions, 2 deletions
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 = "\
119 util-linux \ 119 util-linux \
120 valgrind \ 120 valgrind \
121 lz4 \ 121 lz4 \
122 libseccomp \
122" 123"
123 124
124# python3 ptests hang on qemuriscv64 125# python3 ptests hang on qemuriscv64
@@ -138,7 +139,6 @@ PTESTS_PROBLEMS:append:x86 = " valgrind"
138# libpam \ # Needs pam DISTRO_FEATURE 139# libpam \ # Needs pam DISTRO_FEATURE
139# mdadm \ # tests are flaky in AB. 140# mdadm \ # tests are flaky in AB.
140# numactl \ # qemu not (yet) configured for numa; all tests are skipped 141# numactl \ # qemu not (yet) configured for numa; all tests are skipped
141# libseccomp \ # tests failed: 38; add to slow tests once addressed
142# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures 142# python3-numpy \ # requires even more RAM and (possibly) disk space; multiple failures
143 143
144PTESTS_PROBLEMS = "\ 144PTESTS_PROBLEMS = "\
@@ -148,7 +148,6 @@ PTESTS_PROBLEMS = "\
148 ifupdown \ 148 ifupdown \
149 libinput \ 149 libinput \
150 libpam \ 150 libpam \
151 libseccomp \
152 mdadm \ 151 mdadm \
153 numactl \ 152 numactl \
154 python3-license-expression \ 153 python3-license-expression \