diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-14 10:10:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 22:52:13 +0000 |
commit | 7f7d2fa18267090891754d976cbc3e628324d3dd (patch) | |
tree | f98584bacf81057c33d4ea87feed5866a33ad8f4 /meta/recipes-devtools/valgrind/valgrind/remove-for-all | |
parent | 9a694510f60fbaece03215ec6d2379e422b88529 (diff) | |
download | openembedded-core-contrib-7f7d2fa18267090891754d976cbc3e628324d3dd.tar.gz openembedded-core-contrib-7f7d2fa18267090891754d976cbc3e628324d3dd.tar.bz2 openembedded-core-contrib-7f7d2fa18267090891754d976cbc3e628324d3dd.zip |
valgrind: exclude bar_bad/bar_bad_xml from ptests
The tests' output is non-deterministic and sometimes
doesn't match the sample output. This has been reported at
https://bugs.kde.org/show_bug.cgi?id=430321
(see also an earlier related bug https://bugs.kde.org/show_bug.cgi?id=358213)
Until upstream figures out how to fix this, let's not run the tests.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind/remove-for-all')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/remove-for-all | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/remove-for-all b/meta/recipes-devtools/valgrind/valgrind/remove-for-all new file mode 100644 index 0000000000..d6a85c4735 --- /dev/null +++ b/meta/recipes-devtools/valgrind/valgrind/remove-for-all @@ -0,0 +1,2 @@ +drd/tests/bar_bad +drd/tests/bar_bad_xml |