diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-14 15:00:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-16 22:33:09 +0000 |
commit | 2758f6d0337ec84c9143546bc65a80559e8d7808 (patch) | |
tree | 1fcdb2be5cb5126b9b7c084a06067b543ce1c243 /meta/conf/distro | |
parent | 582dcc4e76ab32a2a818fe59a05215fc3b43c3fa (diff) | |
download | poky-2758f6d0337ec84c9143546bc65a80559e8d7808.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.
(From OE-Core rev: 192150cf8e5ad212fa8f7ca3a21f06889407bd40)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 2 |
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 = "\ | |||
56 | # clutter-1.0-ptest \ # Doesn't build due to depends on cogl-1.0 | 56 | # clutter-1.0-ptest \ # Doesn't build due to depends on cogl-1.0 |
57 | # lz4-ptest \ # Needs a rewrite | 57 | # lz4-ptest \ # Needs a rewrite |
58 | # rt-tests-ptest \ # Needs to be checked whether it runs at all | 58 | # rt-tests-ptest \ # Needs to be checked whether it runs at all |
59 | # bash-ptest \ # Test outcomes are non-deterministic by design | ||
59 | #" | 60 | #" |
60 | 61 | ||
61 | PTESTS_SLOW = "\ | 62 | PTESTS_SLOW = "\ |
62 | bash-ptest \ | ||
63 | busybox-ptest \ | 63 | busybox-ptest \ |
64 | dbus-test-ptest \ | 64 | dbus-test-ptest \ |
65 | e2fsprogs-ptest \ | 65 | e2fsprogs-ptest \ |