On 24/8/22 11:39, Bin Meng wrote:
From: Bin Meng <bin.m...@windriver.com>
The test case 'test_migrate_fd_proto' calls socketpair() which does
not exist on win32. Exclude it. The helper function wait_command_fd()
is not needed anymore, hence exclude it too.
I'd rather use a feature test, then check for the HAVE_POSIX_SOCKETPAIR
definition.
Signed-off-by: Bin Meng <bin.m...@windriver.com>
---
tests/qtest/migration-helpers.h | 2 ++
tests/qtest/migration-helpers.c | 2 ++
tests/qtest/migration-test.c | 4 ++++
3 files changed, 8 insertions(+)