Skip to content

Commit e3c6538

Browse files
carlescufigalak
authored andcommitted
tests: logging: Disable log2 deferred tests on qemu_cortex_a9
As described in #39978, an issue is currently preventing those tests from executing correctly. Disable them until a fix is found. Signed-off-by: Carles Cufi <[email protected]>
1 parent c8fd21d commit e3c6538

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/subsys/logging/log_api/testcase.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,45 +45,45 @@ tests:
4545
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
4646

4747
logging.log2_api_deferred_overflow_rt_filter:
48-
# FIXME: qemu_arc_hs6x excluded, see #38041
49-
platform_exclude: qemu_arc_hs6x
48+
# FIXME:see #38041, #39978
49+
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
5050
extra_configs:
5151
- CONFIG_LOG2_MODE_DEFERRED=y
5252
- CONFIG_LOG_MODE_OVERFLOW=y
5353
- CONFIG_LOG_RUNTIME_FILTERING=y
5454

5555
logging.log2_api_deferred_overflow:
56-
# FIXME: qemu_arc_hs6x excluded, see #38041
57-
platform_exclude: qemu_arc_hs6x
56+
# FIXME:see #38041, #39978
57+
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
5858
extra_configs:
5959
- CONFIG_LOG2_MODE_DEFERRED=y
6060
- CONFIG_LOG_MODE_OVERFLOW=y
6161

6262
logging.log2_api_deferred_no_overflow:
63-
# FIXME: qemu_arc_hs6x excluded, see #38041
64-
platform_exclude: qemu_arc_hs6x
63+
# FIXME:see #38041, #39978
64+
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
6565
extra_configs:
6666
- CONFIG_LOG2_MODE_DEFERRED=y
6767
- CONFIG_LOG_MODE_OVERFLOW=n
6868

6969
logging.log2_api_deferred_static_filter:
70-
# FIXME: qemu_arc_hs6x excluded, see #38041
71-
platform_exclude: qemu_arc_hs6x
70+
# FIXME:see #38041, #39978
71+
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
7272
extra_configs:
7373
- CONFIG_LOG2_MODE_DEFERRED=y
7474
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
7575

7676
logging.log2_api_deferred_func_prefix:
77-
# FIXME: qemu_arc_hs6x excluded, see #38041
78-
platform_exclude: qemu_arc_hs6x
77+
# FIXME:see #38041, #39978
78+
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
7979
extra_configs:
8080
- CONFIG_LOG2_MODE_DEFERRED=y
8181
- CONFIG_SAMPLE_MODULE_LOG_LEVEL_DBG=y
8282
- CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
8383

8484
logging.log2_api_deferred_64b_timestamp:
85-
# FIXME: qemu_arc_hs6x excluded, see #38041
86-
platform_exclude: qemu_arc_hs6x
85+
# FIXME:see #38041, #39978
86+
platform_exclude: qemu_arc_hs6x qemu_cortex_a9
8787
extra_configs:
8888
- CONFIG_LOG2_MODE_DEFERRED=y
8989
- CONFIG_LOG_TIMESTAMP_64BIT=y

0 commit comments

Comments
 (0)