summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-14 15:00:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-16 22:21:31 +0000
commit192150cf8e5ad212fa8f7ca3a21f06889407bd40 (patch)
tree6ae1eef93165f307bf5b4af96f7ac44ff7786af1
parentf1da6355f13e707b3ffa5025067e509e0120784d (diff)
downloadopenembedded-core-contrib-192150cf8e5ad212fa8f7ca3a21f06889407bd40.tar.gz
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@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/distro/include/ptest-packagelists.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index bc4aaf6a4c..0a13bf0a6c 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 \