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.

(From OE-Core rev: 192150cf8e5ad212fa8f7ca3a21f06889407bd40)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2020-01-14 15:00:05 +01:00
committed by Richard Purdie
parent 582dcc4e76
commit 2758f6d033

View File

@@ -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 \