libvirt/scripts/rpcgen
Andrea Bolognani c43b69fea3 rpcgen: Skip generator tests on macOS
The generator can produce different code on Linux and macOS:
specifically, on the former we want to use xdr_uint64_t while
the latter needs xdr_u_int64_t instead.

This is clearly a problem for tests that involve comparing the
output produced against some expected output that's stored in
the git repository.

In the long run, we need to find a better way to handle this,
but since 9.10.0 is going to be released very soon and we don't
want it to have a broken test suite on macOS, simply skip the
generator tests on that platform for now.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2023-12-01 13:50:19 +01:00
..
rpcgen rpcgen: Reformat meson files 2023-12-01 13:50:16 +01:00
tests scripts/rpcgen: fix 64 unsigned int test on macOS 2023-12-01 13:50:16 +01:00
main.py rpcgen: add g_auto function support 2023-11-03 14:06:35 -04:00
meson.build rpcgen: Skip generator tests on macOS 2023-12-01 13:50:19 +01:00