libvirt/scripts/rpcgen/tests
Andrea Bolognani fb48e1633c rpcgen: Pass 3 arguments to xdrproc_t calls
The test_demo program currently fails to compile on macOS with

  too few arguments to function call, expected 3, have 2
      ret = !!proc(&xdr, vorig);
              ~~~~            ^

Way back in 2013, commit 9fa3a8ab6f handled this situation
for the main library code. Apply the same fix here.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2023-12-01 13:50:16 +01:00
..
demo.c rpcgen: add g_auto function support 2023-11-03 14:06:35 -04:00
demo.h rpcgen: add g_auto function support 2023-11-03 14:06:35 -04:00
demo.x rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
meson.build rpcgen: Reformat meson files 2023-12-01 13:50:16 +01:00
simple.x
test_demo_enum_fixed_array.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_pointer_null.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_pointer_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_scalar.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_enum.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_fixed_array.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_pointer_null.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_pointer_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_scalar.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_int_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_opaque_fixed_array.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_opaque_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_opaque_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_string_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_string_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_struct_fixed_array.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_struct_pointer_null.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_struct_pointer_set.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_struct_scalar.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_struct_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_struct_variable_array_set.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_struct.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_test_struct_all_types.bin rpcgen: tests: Run cleanly on platforms where char is unsigned 2023-11-29 17:16:45 +01:00
test_demo_union_case.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_default.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_fixed_array.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_no_default_case.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_pointer_null.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_pointer_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_scalar.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_variable_array_empty.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_variable_array_set.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_void_default_case.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo_union_void_default_default.bin rpcgen: add test case for XDR serialization 2023-11-03 14:06:35 -04:00
test_demo.c rpcgen: Pass 3 arguments to xdrproc_t calls 2023-12-01 13:50:16 +01:00
test_generator.py rpcgen: add g_auto function support 2023-11-03 14:06:35 -04:00
test_lexer.py
test_parser.py