zephyr/tests/misc/print_format/testcase.yaml
Anas Nashif b835b02136 tests: cleanup metadata and filtering
- Add integration_platforms to avoid excessive filtering
- Make sure integration platforms are actually part of the filter
- Fix some tags and test meta data

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-13 09:38:27 -04:00

51 lines
804 B
YAML

common:
integration_platforms:
- qemu_x86
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "d8"
- "d16"
- "d32"
- "d64"
- "i8"
- "i16"
- "i32"
- "i64"
- "o10"
- "o20"
- "o40"
- "o100"
- "u8"
- "u16"
- "u32"
- "u64"
- "x8"
- "x10"
- "x20"
- "x40"
- "X8"
- "X10"
- "X20"
- "X40"
tests:
printk.format:
tags: clib
printk.format_newlib:
tags:
- clib
- newlib
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y
printk.format.picolibc:
tags:
- clib
- picolibc
filter: CONFIG_PICOLIBC_SUPPORTED
extra_configs:
- CONFIG_PICOLIBC=y