From 095d92a697f12a96ec696c61b37e2dfe26bbc08f Mon Sep 17 00:00:00 2001 From: Immo Birnbaum Date: Fri, 7 Jan 2022 12:53:51 +0100 Subject: [PATCH] tests: subsys: logging: revert #40842 revert #40842 which excluded certain logging test cases on qemu_cortex_a9 due to #39978. Signed-off-by: Immo Birnbaum --- tests/subsys/logging/log_api/testcase.yaml | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/subsys/logging/log_api/testcase.yaml b/tests/subsys/logging/log_api/testcase.yaml index 314efce1207..011e42af1d7 100644 --- a/tests/subsys/logging/log_api/testcase.yaml +++ b/tests/subsys/logging/log_api/testcase.yaml @@ -45,45 +45,45 @@ tests: - CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y logging.log2_api_deferred_overflow_rt_filter: - # FIXME:see #38041, #39978 - platform_exclude: qemu_arc_hs6x qemu_cortex_a9 + # FIXME:see #38041 + platform_exclude: qemu_arc_hs6x extra_configs: - CONFIG_LOG2_MODE_DEFERRED=y - CONFIG_LOG_MODE_OVERFLOW=y - CONFIG_LOG_RUNTIME_FILTERING=y logging.log2_api_deferred_overflow: - # FIXME:see #38041, #39978 - platform_exclude: qemu_arc_hs6x qemu_cortex_a9 + # FIXME:see #38041 + platform_exclude: qemu_arc_hs6x extra_configs: - CONFIG_LOG2_MODE_DEFERRED=y - CONFIG_LOG_MODE_OVERFLOW=y logging.log2_api_deferred_no_overflow: - # FIXME:see #38041, #39978 - platform_exclude: qemu_arc_hs6x qemu_cortex_a9 + # FIXME:see #38041 + platform_exclude: qemu_arc_hs6x extra_configs: - CONFIG_LOG2_MODE_DEFERRED=y - CONFIG_LOG_MODE_OVERFLOW=n logging.log2_api_deferred_static_filter: - # FIXME:see #38041, #39978 - platform_exclude: qemu_arc_hs6x qemu_cortex_a9 + # FIXME:see #38041 + platform_exclude: qemu_arc_hs6x extra_configs: - CONFIG_LOG2_MODE_DEFERRED=y - CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y logging.log2_api_deferred_func_prefix: - # FIXME:see #38041, #39978 - platform_exclude: qemu_arc_hs6x qemu_cortex_a9 + # FIXME:see #38041 + platform_exclude: qemu_arc_hs6x extra_configs: - CONFIG_LOG2_MODE_DEFERRED=y - CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y - CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y logging.log2_api_deferred_64b_timestamp: - # FIXME:see #38041, #39978 - platform_exclude: qemu_arc_hs6x qemu_cortex_a9 + # FIXME:see #38041 + platform_exclude: qemu_arc_hs6x extra_configs: - CONFIG_LOG2_MODE_DEFERRED=y - CONFIG_LOG_TIMESTAMP_64BIT=y