summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-26 21:50:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-18 12:25:00 +0100
commit861be83f9dd5ab2ec647319a5b58f83340dfa2b5 (patch)
tree06da3bb3e36e056569294be2c7d99f1ec7efb2dd /meta/recipes-extended
parentb6cf32569df59563025e9128e29d920fa8bb5b42 (diff)
downloadpoky-861be83f9dd5ab2ec647319a5b58f83340dfa2b5.tar.gz
ltp: Exclude the memcg_stress tests due to timeout problems
This test runs for 900s, we often see tests killed after 300s without output which makes the test results unreliable and inconsistent. The easiest solution for now is to skip this long running test, patching it out wth sed. (From OE-Core rev: 074adb507928310af5b38f82ba3f20d9f55f4433) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0739a8901140c05d037517ffd89382f151ba627c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ltp/ltp_20200120.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20200120.bb b/meta/recipes-extended/ltp/ltp_20200120.bb
index deac3917d7..b25da4030d 100644
--- a/meta/recipes-extended/ltp/ltp_20200120.bb
+++ b/meta/recipes-extended/ltp/ltp_20200120.bb
@@ -74,6 +74,10 @@ do_install(){
74 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \ 74 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \
75 -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \ 75 -e 's@[^ ]*-fmacro-prefix-map=[^ "]*@@g' \
76 -e 's@[^ ]*--sysroot=[^ "]*@@g' 76 -e 's@[^ ]*--sysroot=[^ "]*@@g'
77
78 # The controllers memcg_stree test seems to cause us hangs and takes 900s
79 # (maybe we expect more regular output?), anyhow, skip it
80 sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers
77} 81}
78 82
79RDEPENDS_${PN} = "\ 83RDEPENDS_${PN} = "\