* [PATCH 1/2] gstreamer1.0: decouple check and tests options @ 2020-01-14 15:49 Alexander Kanavin 2020-01-14 15:49 ` [PATCH 2/2] gstreamer1.0: set the name of the test suite for ptests Alexander Kanavin 2020-01-14 16:02 ` ✗ patchtest: failure for "gstreamer1.0: decouple check a..." and 1 more Patchwork 0 siblings, 2 replies; 3+ messages in thread From: Alexander Kanavin @ 2020-01-14 15:49 UTC (permalink / raw) To: openembedded-core Some plugins such as gstreamer1.0-plugins-base refuse to build if check is not enabled (which was the case when ptests were disabled). Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb index dc3e8ffafde..c6fbd398d91 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb @@ -26,11 +26,13 @@ SRC_URI[md5sum] = "c505fb818b36988daaa846e9e63eabe8" SRC_URI[sha256sum] = "02211c3447c4daa55919c5c0f43a82a6fbb51740d57fc3af0639d46f1cf4377d" PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ + check \ tools" PACKAGECONFIG[debug] = "-Dgst_debug=true,-Dgst_debug=false" PACKAGECONFIG[tracer-hooks] = "-Dtracer_hooks=true,-Dtracer_hooks=false" -PACKAGECONFIG[tests] = "-Dcheck=enabled -Dtests=enabled -Dinstalled-tests=true,-Dcheck=disabled -Dtests=disabled -Dinstalled-tests=false" +PACKAGECONFIG[check] = "-Dcheck=enabled,-Dcheck=disabled" +PACKAGECONFIG[tests] = "-Dtests=enabled -Dinstalled-tests=true,-Dtests=disabled -Dinstalled-tests=false" PACKAGECONFIG[valgrind] = "-Dvalgrind=enabled,-Dvalgrind=disabled,valgrind," PACKAGECONFIG[unwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind" PACKAGECONFIG[dw] = "-Dlibdw=enabled,-Dlibdw=disabled,elfutils" -- 2.17.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] gstreamer1.0: set the name of the test suite for ptests 2020-01-14 15:49 [PATCH 1/2] gstreamer1.0: decouple check and tests options Alexander Kanavin @ 2020-01-14 15:49 ` Alexander Kanavin 2020-01-14 16:02 ` ✗ patchtest: failure for "gstreamer1.0: decouple check a..." and 1 more Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Alexander Kanavin @ 2020-01-14 15:49 UTC (permalink / raw) To: openembedded-core Otherwise gnome-desktop-testing-runner starts testing everything unrelated as well (e.g. glib). Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc index 74368c4cd87..b6980670410 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc @@ -5,6 +5,8 @@ RUN_PTEST_FILE = "${D}${PTEST_PATH}/run-ptest" EXTRA_OEMESON += "-Dtest-files-path=${TEST_FILES_PATH}" +GST_TEST_SUITE_NAME ?= "gstreamer-1.0" + # Using do_install_ptest_base instead of do_install_ptest, since # the default do_install_ptest_base is hardcoded to expect Makefiles. do_install_ptest_base() { -- 2.17.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* ✗ patchtest: failure for "gstreamer1.0: decouple check a..." and 1 more 2020-01-14 15:49 [PATCH 1/2] gstreamer1.0: decouple check and tests options Alexander Kanavin 2020-01-14 15:49 ` [PATCH 2/2] gstreamer1.0: set the name of the test suite for ptests Alexander Kanavin @ 2020-01-14 16:02 ` Patchwork 1 sibling, 0 replies; 3+ messages in thread From: Patchwork @ 2020-01-14 16:02 UTC (permalink / raw) To: Alexander Kanavin; +Cc: openembedded-core == Series Details == Series: "gstreamer1.0: decouple check a..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/22007/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed series by patchtest resulting in the following failures: * Issue Series does not apply on top of target branch [test_series_merge_on_head] Suggested fix Rebase your series on top of targeted branch Targeted branch master (currently at b6d4150f9c) If you believe any of these test results are incorrect, please reply to the mailing list (openembedded-core@lists.openembedded.org) raising your concerns. Otherwise we would appreciate you correcting the issues and submitting a new version of the patchset if applicable. Please ensure you add/increment the version number when sending the new version (i.e. [PATCH] -> [PATCH v2] -> [PATCH v3] -> ...). --- Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-14 16:02 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-01-14 15:49 [PATCH 1/2] gstreamer1.0: decouple check and tests options Alexander Kanavin 2020-01-14 15:49 ` [PATCH 2/2] gstreamer1.0: set the name of the test suite for ptests Alexander Kanavin 2020-01-14 16:02 ` ✗ patchtest: failure for "gstreamer1.0: decouple check a..." and 1 more Patchwork
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.