[oe-commits] [openembedded-core] 19/21: bash: exclude from ptests

git at git.openembedded.org git at git.openembedded.org
Tue Jan 14 14:39:25 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4fef522f3f9e381206174156b6ca01598ab80774
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Tue Jan 14 15:00:05 2020 +0100

    bash: exclude from ptests
    
    Bash's test suite prints a ton of warnings like
    
    warning: UNIX versions number signals and schedule processes differently.
    warning: If output differing only in line numbers is produced, please
    warning: do not consider this a test failure.
    
    or
    
    warning: please do not consider output differing only in the amount of
    warning: white space to be an error.
    
    and indeed some of the tests then fail. Rather than fight with this
    non-determinism, let's exclude bash from ptesting.
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/ptest-packagelists.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index bc4aaf6..0a13bf0 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -56,10 +56,10 @@ PTESTS_FAST = "\
 #    clutter-1.0-ptest \ # Doesn't build due to depends on cogl-1.0
 #    lz4-ptest \ # Needs a rewrite
 #    rt-tests-ptest \ # Needs to be checked whether it runs at all
+#    bash-ptest \ # Test outcomes are non-deterministic by design
 #"
 
 PTESTS_SLOW = "\
-    bash-ptest \
     busybox-ptest \
     dbus-test-ptest \
     e2fsprogs-ptest \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list