From 8216015a85812a225563ac85149ecaf37678d2c6 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Wed, 17 Apr 2019 16:38:26 +0800 Subject: dbus: fix ptest failure 1. since one bug in run-ptest, testcase test-bus have never been actually run (althrough it's result is PASS). After commit 0828850, test-bus can actually run but it did not install: test-service, test-shell-service, test-segfault, and dbus-daemon-launch-helper-test Add the configure flag: --enable-embedded-tests to generate binary dbus-daemon-launch-helper-test, then install them so that test-bus will now pass. 2. fix testcase test-dbus-daemon failed we enable --enable-verbose-mode in recipe dbus-test, and don't enable it in recipe dbus. This will make below test code get unexpect result of have_verbose and assert. disable --enable-verbose-mode for recipe dbus-test to fix it. #ifdef DBUS_ENABLE_STATS g_assert_true (have_stats); #else g_assert_false (have_stats); #endif [RP: Since the new test is slow dbus moves to the slow ptest list] (From OE-Core rev: 2ea676072d7edd06ef9e886827c0d61d574ca377) Signed-off-by: Changqing Li Signed-off-by: Richard Purdie --- meta/conf/distro/include/ptest-packagelists.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/distro/include/ptest-packagelists.inc') diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 52f7439e25..ec7ed6fa4d 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc @@ -10,7 +10,6 @@ PTESTS_FAST = "\ attr-ptest \ bluez5-ptest \ bzip2-ptest \ - dbus-test-ptest \ diffstat-ptest \ diffutils-ptest \ elfutils-ptest \ @@ -60,6 +59,7 @@ PTESTS_FAST = "\ PTESTS_SLOW = "\ bash-ptest \ busybox-ptest \ + dbus-test-ptest \ e2fsprogs-ptest \ glib-2.0-ptest \ gstreamer1.0-ptest \ -- cgit v1.2.3-54-g00ecf