mbox series

[v2,0/3] tests/functional: Allow running TCG plugins tests on macOS

Message ID 20250220080215.49165-1-philmd@linaro.org (mailing list archive)
Headers show
Series tests/functional: Allow running TCG plugins tests on macOS | expand

Message

Philippe Mathieu-Daudé Feb. 20, 2025, 8:02 a.m. UTC
Pierrick kindly helped me to resolve this issue which ended
being trivial (to him!). Not tested on Windows so far.

Since v1:
- Include Pierrick's meson fix patch (adding Fixes: tag)
- Addressed Thomas review comments (config.py, os.path.join)

Philippe Mathieu-Daudé (2):
  tests/functional: Introduce the dso_suffix() helper
  tests/functional: Allow running TCG plugins tests on non-Linux/BSD
    hosts

Pierrick Bouvier (1):
  plugins: add explicit dependency in functional tests

 meson.build                                  |  1 +
 contrib/plugins/meson.build                  |  2 ++
 tests/functional/meson.build                 |  2 +-
 tests/functional/qemu_test/__init__.py       |  2 +-
 tests/functional/qemu_test/cmd.py            |  1 -
 tests/functional/qemu_test/config.py         |  6 ++++++
 tests/functional/test_aarch64_tcg_plugins.py | 11 ++++++++---
 tests/tcg/plugins/meson.build                |  2 ++
 8 files changed, 21 insertions(+), 6 deletions(-)

Comments

Alex Bennée Feb. 20, 2025, 9:18 a.m. UTC | #1
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> Pierrick kindly helped me to resolve this issue which ended
> being trivial (to him!). Not tested on Windows so far.
>
> Since v1:
> - Include Pierrick's meson fix patch (adding Fixes: tag)
> - Addressed Thomas review comments (config.py, os.path.join)
>
> Philippe Mathieu-Daudé (2):
>   tests/functional: Introduce the dso_suffix() helper
>   tests/functional: Allow running TCG plugins tests on non-Linux/BSD
>     hosts
>
> Pierrick Bouvier (1):
>   plugins: add explicit dependency in functional tests
>
>  meson.build                                  |  1 +
>  contrib/plugins/meson.build                  |  2 ++
>  tests/functional/meson.build                 |  2 +-
>  tests/functional/qemu_test/__init__.py       |  2 +-
>  tests/functional/qemu_test/cmd.py            |  1 -
>  tests/functional/qemu_test/config.py         |  6 ++++++
>  tests/functional/test_aarch64_tcg_plugins.py | 11 ++++++++---
>  tests/tcg/plugins/meson.build                |  2 ++
>  8 files changed, 21 insertions(+), 6 deletions(-)

Queued to testing/next (I fixed the cmd.py whitespace change), thanks.