Many C unit tests are skipped without CONFIG_CONSOLE_RECORD=y. Enable it for all QEMU ARM boards.
As a prerequisite existing tests need to be fixed: Consider the ARM architecture specific fields when testing the bdinfo command. In the print_display_buffer test consider if the system is 64-bit. Heinrich Schuchardt (3): test: cmd/bdinfo: consider ARM architecture specific info test: print_display_buffer must consider 64bit support board: qemu-arm: enable CONFIG_CONSOLE_RECORD board/emulation/qemu-arm/Kconfig | 1 + test/cmd/bdinfo.c | 28 ++++++++++++++++++++++++++++ test/common/print.c | 11 +++++++---- 3 files changed, 36 insertions(+), 4 deletions(-) -- 2.51.0

