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 <Immo.Birnbaum@weidmueller.com>
This commit is contained in:
parent
131a5dfd62
commit
095d92a697
1 changed files with 12 additions and 12 deletions
|
@ -45,45 +45,45 @@ tests:
|
||||||
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
||||||
|
|
||||||
logging.log2_api_deferred_overflow_rt_filter:
|
logging.log2_api_deferred_overflow_rt_filter:
|
||||||
# FIXME:see #38041, #39978
|
# FIXME:see #38041
|
||||||
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
|
platform_exclude: qemu_arc_hs6x
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_LOG2_MODE_DEFERRED=y
|
- CONFIG_LOG2_MODE_DEFERRED=y
|
||||||
- CONFIG_LOG_MODE_OVERFLOW=y
|
- CONFIG_LOG_MODE_OVERFLOW=y
|
||||||
- CONFIG_LOG_RUNTIME_FILTERING=y
|
- CONFIG_LOG_RUNTIME_FILTERING=y
|
||||||
|
|
||||||
logging.log2_api_deferred_overflow:
|
logging.log2_api_deferred_overflow:
|
||||||
# FIXME:see #38041, #39978
|
# FIXME:see #38041
|
||||||
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
|
platform_exclude: qemu_arc_hs6x
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_LOG2_MODE_DEFERRED=y
|
- CONFIG_LOG2_MODE_DEFERRED=y
|
||||||
- CONFIG_LOG_MODE_OVERFLOW=y
|
- CONFIG_LOG_MODE_OVERFLOW=y
|
||||||
|
|
||||||
logging.log2_api_deferred_no_overflow:
|
logging.log2_api_deferred_no_overflow:
|
||||||
# FIXME:see #38041, #39978
|
# FIXME:see #38041
|
||||||
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
|
platform_exclude: qemu_arc_hs6x
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_LOG2_MODE_DEFERRED=y
|
- CONFIG_LOG2_MODE_DEFERRED=y
|
||||||
- CONFIG_LOG_MODE_OVERFLOW=n
|
- CONFIG_LOG_MODE_OVERFLOW=n
|
||||||
|
|
||||||
logging.log2_api_deferred_static_filter:
|
logging.log2_api_deferred_static_filter:
|
||||||
# FIXME:see #38041, #39978
|
# FIXME:see #38041
|
||||||
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
|
platform_exclude: qemu_arc_hs6x
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_LOG2_MODE_DEFERRED=y
|
- CONFIG_LOG2_MODE_DEFERRED=y
|
||||||
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
||||||
|
|
||||||
logging.log2_api_deferred_func_prefix:
|
logging.log2_api_deferred_func_prefix:
|
||||||
# FIXME:see #38041, #39978
|
# FIXME:see #38041
|
||||||
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
|
platform_exclude: qemu_arc_hs6x
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_LOG2_MODE_DEFERRED=y
|
- CONFIG_LOG2_MODE_DEFERRED=y
|
||||||
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
|
||||||
- CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
|
- CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
|
||||||
|
|
||||||
logging.log2_api_deferred_64b_timestamp:
|
logging.log2_api_deferred_64b_timestamp:
|
||||||
# FIXME:see #38041, #39978
|
# FIXME:see #38041
|
||||||
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
|
platform_exclude: qemu_arc_hs6x
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_LOG2_MODE_DEFERRED=y
|
- CONFIG_LOG2_MODE_DEFERRED=y
|
||||||
- CONFIG_LOG_TIMESTAMP_64BIT=y
|
- CONFIG_LOG_TIMESTAMP_64BIT=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue