Re: [PATCH v3 4/4] tests/unit: Update test-io-channel-socket.c for Windows

2022-08-01 Thread Marc-André Lureau
Hi On Sat, Jul 30, 2022 at 6:53 PM Bin Meng wrote: > From: Bin Meng > > Enable the following 3 test cases for Windows when AF_UNIX is available: > > * test_io_channel_unix_sync > * test_io_channel_unix_async > * test_io_channel_unix_listen_cleanup > The test should runtime-check the avai

[PATCH v3 4/4] tests/unit: Update test-io-channel-socket.c for Windows

2022-07-30 Thread Bin Meng
From: Bin Meng Enable the following 3 test cases for Windows when AF_UNIX is available: * test_io_channel_unix_sync * test_io_channel_unix_async * test_io_channel_unix_listen_cleanup Signed-off-by: Bin Meng --- (no changes since v2) Changes in v2: - new patch: tests/unit: Update test-i