Searched hist:c906e6fbaa50a3d9f9a5b24987e1a9d4ad70e9a7 (Results 1 – 1 of 1) sorted by relevance
/qemu/tests/unit/ |
H A D | test-io-channel-command.c | c906e6fbaa50a3d9f9a5b24987e1a9d4ad70e9a7 Tue Jan 24 18:00:56 UTC 2023 Alex Bennée <alex.bennee@linaro.org> tests/unit: drop hacky race avoidance in test-io-channel-command
We don't need to play timing games to ensure one socat wins over the other, just create the fifo they both can use before spawning the processes. However in the process we need to disable two tests for Windows platforms as we don't have an abstraction for mkfifo().
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1403 Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20230124180127.1881110-5-alex.bennee@linaro.org>
|