Skip to content

Commit fbf0fdd

Browse files
dcpleungnashif
authored andcommitted
samples: logging/syst: exclude XCC from logging v2 tests
XCC does not support _Generic as it is being used by the runtime tagged argument feature. So exclude them. Signed-off-by: Daniel Leung <[email protected]>
1 parent 68684f7 commit fbf0fdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

samples/subsys/logging/syst/sample.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ tests:
3535
extra_configs:
3636
- CONFIG_LOG1=y
3737
sample.logger.syst.v2.deferred:
38+
toolchain_exclude: xcc
3839
integration_platforms:
3940
- mps2_an385
4041
- qemu_x86
@@ -48,6 +49,7 @@ tests:
4849
- "SYS-T RAW DATA: "
4950
- "SYST Sample Execution Completed"
5051
sample.logger.syst.v2.immediate:
52+
toolchain_exclude: xcc
5153
extra_args: OVERLAY_CONFIG=overlay_immediate.conf
5254
integration_platforms:
5355
- mps2_an385
@@ -61,6 +63,7 @@ tests:
6163
- "SYS-T RAW DATA: "
6264
- "SYST Sample Execution Completed"
6365
sample.logger.syst.catalog.v2.deferred:
66+
toolchain_exclude: xcc
6467
extra_args: OVERLAY_CONFIG=overlay_deferred.conf
6568
integration_platforms:
6669
- mps2_an385
@@ -75,6 +78,7 @@ tests:
7578
extra_configs:
7679
- CONFIG_LOG_MIPI_SYST_USE_CATALOG=y
7780
sample.logger.syst.catalog.v2.immediate:
81+
toolchain_exclude: xcc
7882
integration_platforms:
7983
- mps2_an385
8084
- qemu_x86
@@ -120,6 +124,7 @@ tests:
120124
- CONFIG_LOG1=y
121125
- CONFIG_CPLUSPLUS=y
122126
sample.logger.syst.v2.deferred_cpp:
127+
toolchain_exclude: xcc
123128
extra_args: OVERLAY_CONFIG=overlay_deferred.conf
124129
integration_platforms:
125130
- mps2_an385
@@ -135,6 +140,7 @@ tests:
135140
extra_configs:
136141
- CONFIG_CPLUSPLUS=y
137142
sample.logger.syst.v2.immediate_cpp:
143+
toolchain_exclude: xcc
138144
integration_platforms:
139145
- mps2_an385
140146
- qemu_x86
@@ -149,6 +155,7 @@ tests:
149155
extra_configs:
150156
- CONFIG_CPLUSPLUS=y
151157
sample.logger.syst.catalog.v2.deferred_cpp:
158+
toolchain_exclude: xcc
152159
extra_args: OVERLAY_CONFIG=overlay_deferred.conf
153160
integration_platforms:
154161
- mps2_an385
@@ -164,6 +171,7 @@ tests:
164171
- CONFIG_LOG_MIPI_SYST_USE_CATALOG=y
165172
- CONFIG_CPLUSPLUS=y
166173
sample.logger.syst.catalog.v2.immediate_cpp:
174+
toolchain_exclude: xcc
167175
integration_platforms:
168176
- mps2_an385
169177
- qemu_x86

0 commit comments

Comments
 (0)