mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] test: Add framebuffer test
@ 2026-04-13  7:44 Ahmad Fatoum
  2026-04-13  7:44 ` [PATCH 1/7] ARM: multi_v8_defconfig: enable QEMU ramfb driver Ahmad Fatoum
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ahmad Fatoum @ 2026-04-13  7:44 UTC (permalink / raw)
  To: barebox

QEMU allows taking screenshots of screen. Make use of this to enable
doing some rudimentary graphic tests.

Ahmad Fatoum (7):
  ARM: multi_v8_defconfig: enable QEMU ramfb driver
  test: enable VirtIO keyboard
  commands: fbtest: add flush for single pattern
  test: conftest: don't call .startswith on int
  test: conftest: set -display none when non-interactive
  test: conftest: add qemu feature
  test: add framebuffer screenshot testing via QMP screendump

 arch/arm/configs/multi_v8_defconfig   |  1 +
 commands/fbtest.c                     |  1 +
 conftest.py                           | 37 +++++++-------
 test/arm/virt@multi_v8_defconfig.yaml |  2 +
 test/py/helper.py                     | 53 +++++++++++++++++++
 test/py/test_fbtest.py                | 74 +++++++++++++++++++++++++++
 6 files changed, 149 insertions(+), 19 deletions(-)
 create mode 100644 test/py/test_fbtest.py

-- 
2.47.3




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-04-22  8:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-13  7:44 [PATCH 0/7] test: Add framebuffer test Ahmad Fatoum
2026-04-13  7:44 ` [PATCH 1/7] ARM: multi_v8_defconfig: enable QEMU ramfb driver Ahmad Fatoum
2026-04-13  7:44 ` [PATCH 2/7] test: enable VirtIO keyboard Ahmad Fatoum
2026-04-13  7:44 ` [PATCH 3/7] commands: fbtest: add flush for single pattern Ahmad Fatoum
2026-04-13  7:44 ` [PATCH 4/7] test: conftest: don't call .startswith on int Ahmad Fatoum
2026-04-13  7:44 ` [PATCH 5/7] test: conftest: set -display none when non-interactive Ahmad Fatoum
2026-04-13  7:44 ` [PATCH 6/7] test: conftest: add qemu feature Ahmad Fatoum
2026-04-13  7:44 ` [PATCH 7/7] test: add framebuffer screenshot testing via QMP screendump Ahmad Fatoum
2026-04-22  8:01 ` [PATCH 0/7] test: Add framebuffer test Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox