mbox series

[0/2,v2] support/runtime-test: extend graphic testing for weston + flutter (branch yem/flutter)

Message ID cover.1696522656.git.yann.morin.1998@free.fr
Headers show
Series support/runtime-test: extend graphic testing for weston + flutter (branch yem/flutter) | expand

Message

Yann E. MORIN Oct. 5, 2023, 4:17 p.m. UTC
Hello All!

This little two-patch series extends the runtime tests with a helper to
allow easily testing that a graphical application properly renders
something, and converts the weston test to use it, and finally extends
the flutter test to use it.

Canges v1 -> v2:
  - fix flutter test

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Yann E. MORIN (2):
      support/runtime-test: add helper to test graphics rendering
      suport/runtime-test: extend flutter test to check rendering is happening

 support/testing/tests/graphics_base.py             | 39 ++++++++++++++
 support/testing/tests/package/test_flutter.py      | 35 ++++++++++---
 .../flutter-gallery.service                        |  1 -
 support/testing/tests/package/test_weston.py       | 61 ++++------------------
 4 files changed, 78 insertions(+), 58 deletions(-)
 create mode 100644 support/testing/tests/graphics_base.py
 delete mode 120000 support/testing/tests/package/test_flutter/overlay/etc/systemd/system/multi-user.target.wants/flutter-gallery.service

Comments

Thomas Petazzoni Aug. 7, 2024, 8:57 p.m. UTC | #1
Hello,

On Thu,  5 Oct 2023 18:17:38 +0200
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> Yann E. MORIN (2):
>       support/runtime-test: add helper to test graphics rendering
>       suport/runtime-test: extend flutter test to check rendering is happening

Thanks, I have applied this series!

Some changes:

- On PATCH 1/2, I made an addition to the DEVELOPERS to add you (Yann)
  as the contact for the graphics base class

- On PATCH 2/2, some rebasing was needed, as the test case no longer
  uses flutter-gallery, but flutter-markdown-example

Thomas