From: Chen Qi Date: Thu, 15 Nov 2018 02:02:28 +0000 (+0800) Subject: busybox: skip known bugs in ptest X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ab8de1e5767593d1933cf1a86b91ec2fb9d607;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git busybox: skip known bugs in ptest Set SKIP_KNOWN_BUGS in run-ptest script to skip ptest cases which are known to relate to some known bugs. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/busybox/files/run-ptest b/meta/recipes-core/busybox/files/run-ptest index 3608a8eb650..8b99bedc06a 100644 --- a/meta/recipes-core/busybox/files/run-ptest +++ b/meta/recipes-core/busybox/files/run-ptest @@ -2,6 +2,7 @@ current_dir=$(readlink -f $0) export bindir=$(dirname $current_dir) +export SKIP_KNOWN_BUGS=1 cd testsuite || exit 1 ./runtest -v | sed -r 's/^(SKIPPED|UNTESTED):/SKIP:/'