diff mbox series

[kirkstone] libseccomp: Add back in PTESTS_SLOW list

Message ID 20240304120153.67234-1-pramanik.souravkumar@gmail.com
State Changes Requested
Delegated to: Steve Sakoman
Headers show
Series [kirkstone] libseccomp: Add back in PTESTS_SLOW list | expand

Commit Message

Sourav Pramanik March 4, 2024, 12:01 p.m. UTC
Enable libseccomp-ptest in PTESTS_SLOW as
all tests are passing now.

Signed-off-by: Sourav Pramanik <pramanik.souravkumar@gmail.com>
---
 meta/conf/distro/include/ptest-packagelists.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Alexander Kanavin March 4, 2024, 12:06 p.m. UTC | #1
This needs to be tested on master, and submitted for master first.

Alex

On Mon, 4 Mar 2024 at 13:03, Sourav Kumar Pramanik
<pramanik.souravkumar@gmail.com> wrote:
>
> Enable libseccomp-ptest in PTESTS_SLOW as
> all tests are passing now.
>
> Signed-off-by: Sourav Pramanik <pramanik.souravkumar@gmail.com>
> ---
>  meta/conf/distro/include/ptest-packagelists.inc | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
> index 5c6a30635f..f39b048b21 100644
> --- a/meta/conf/distro/include/ptest-packagelists.inc
> +++ b/meta/conf/distro/include/ptest-packagelists.inc
> @@ -88,6 +88,7 @@ PTESTS_SLOW = "\
>      glib-2.0-ptest \
>      gstreamer1.0-ptest \
>      libevent-ptest \
> +    libseccomp-ptest \
>      lttng-tools-ptest \
>      openssh-ptest \
>      openssl-ptest \
> @@ -112,7 +113,6 @@ PTESTS_PROBLEMS:append:riscv64 = " valgrind-ptest"
>  #    libinput-ptest \ # Tests need an unloaded system to be reliable
>  #    libpam-ptest \ # Needs pam DISTRO_FEATURE
>  #    numactl-ptest \ # qemu not (yet) configured for numa; all tests are skipped
> -#    libseccomp-ptest \ #  tests failed: 38; add to slow tests once addressed
>  #    python3-numpy-ptest \ # requires even more RAM and (possibly) disk space; multiple failures
>
>  PTESTS_PROBLEMS = "\
> @@ -124,7 +124,6 @@ PTESTS_PROBLEMS = "\
>      mdadm-ptest \
>      libinput-ptest \
>      libpam-ptest \
> -    libseccomp-ptest \
>      numactl-ptest \
>      python3-numpy-ptest \
>  "
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#196595): https://lists.openembedded.org/g/openembedded-core/message/196595
> Mute This Topic: https://lists.openembedded.org/mt/104720371/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 5c6a30635f..f39b048b21 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -88,6 +88,7 @@  PTESTS_SLOW = "\
     glib-2.0-ptest \
     gstreamer1.0-ptest \
     libevent-ptest \
+    libseccomp-ptest \
     lttng-tools-ptest \
     openssh-ptest \
     openssl-ptest \
@@ -112,7 +113,6 @@  PTESTS_PROBLEMS:append:riscv64 = " valgrind-ptest"
 #    libinput-ptest \ # Tests need an unloaded system to be reliable
 #    libpam-ptest \ # Needs pam DISTRO_FEATURE
 #    numactl-ptest \ # qemu not (yet) configured for numa; all tests are skipped
-#    libseccomp-ptest \ #  tests failed: 38; add to slow tests once addressed
 #    python3-numpy-ptest \ # requires even more RAM and (possibly) disk space; multiple failures
 
 PTESTS_PROBLEMS = "\
@@ -124,7 +124,6 @@  PTESTS_PROBLEMS = "\
     mdadm-ptest \
     libinput-ptest \
     libpam-ptest \
-    libseccomp-ptest \
     numactl-ptest \
     python3-numpy-ptest \
 "