From 544e04a11ab6c26a367ac0b67774bf7ffdf43c88 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 21 Apr 2017 10:57:01 +0300 Subject: oe-selftest: add a test for upstream version check regressions The test runs an upstream version check, and then compares the list of recipes that failed the check (i.e. those where latest upstream version could not be established) against the list of known-broken upstreams. Mismatches either way (upstream check failed, recipe not in the exception list, or upstream check worked, recipe in exception list) fail the test. [YOCTO #11031] Signed-off-by: Alexander Kanavin --- meta-selftest/files/distrodata/checkpkg_exceptions | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-selftest/files/distrodata/checkpkg_exceptions (limited to 'meta-selftest') diff --git a/meta-selftest/files/distrodata/checkpkg_exceptions b/meta-selftest/files/distrodata/checkpkg_exceptions new file mode 100644 index 0000000000..f0d1f67487 --- /dev/null +++ b/meta-selftest/files/distrodata/checkpkg_exceptions @@ -0,0 +1,26 @@ +build-compare +calibrateproto +dbus-wait +distcc +fstests +gnu-config +gst-player +kmscube +libxcalibrate +linux-firmware +lsb +mmc-utils +ovmf +piglit +psplash +puzzles +rpm +squashfs-tools +tcf-agent +unzip +update-rc.d +x264 +xcursor-transparent-theme +xinetd +xvideo-tests +zip -- cgit 1.2.3-korg