1tests: 2 logging.async: 3 tags: logging 4 extra_args: CONF_FILE=prj.conf 5 integration_platforms: 6 - native_sim 7 logging.sync: 8 tags: logging 9 extra_args: CONF_FILE=log_sync.conf 10 integration_platforms: 11 - native_sim 12 logging.log_user: 13 tags: logging 14 filter: CONFIG_USERSPACE 15 extra_args: 16 - CONF_FILE=log_user.conf 17 - USERSPACE_TEST=1 18 # FIXME: log_user test fails when compiled with the GCC 12 from Zephyr SDK. 19 # (see the GitHub issue zephyrproject-rtos/zephyr#49213) 20 # Make sure to un-comment `integration_platforms` when the above 21 # issue is fixed. It has been temporarily disabled because 22 # `integration_platforms` and `toolchain_exclude` cannot be used 23 # together. 24 toolchain_exclude: zephyr 25 # integration_platforms: 26 # - qemu_x86 27