1common: 2 integration_platforms: 3 - qemu_x86 4 harness: console 5 harness_config: 6 type: multi_line 7 ordered: true 8 regex: 9 - "d8" 10 - "d16" 11 - "d32" 12 - "d64" 13 - "i8" 14 - "i16" 15 - "i32" 16 - "i64" 17 - "o10" 18 - "o20" 19 - "o40" 20 - "o100" 21 - "u8" 22 - "u16" 23 - "u32" 24 - "u64" 25 - "x8" 26 - "x10" 27 - "x20" 28 - "x40" 29 - "X8" 30 - "X10" 31 - "X20" 32 - "X40" 33 34tests: 35 printk.format: 36 tags: clib 37 printk.format_newlib: 38 tags: 39 - clib 40 - newlib 41 filter: TOOLCHAIN_HAS_NEWLIB == 1 42 extra_configs: 43 - CONFIG_NEWLIB_LIBC=y 44 printk.format.picolibc: 45 tags: 46 - clib 47 - picolibc 48 filter: CONFIG_PICOLIBC_SUPPORTED 49 extra_configs: 50 - CONFIG_PICOLIBC=y 51