@CyberShadow updated dlang/phobos pull request #7580 "Improve behavior of std.socket "soft" unittests" mentioning this issue:
- std.socket: Hide details of "soft" unittests unless built with -debug=std_socket
Reduce noise and false alarms in CI logs.
Also improve the printed message on failure, to make it clear that it
is likely a random failure, and that the ignored test failure is not
what's causing the entire test suite run to fail.
Fixes Issue 21114.
https://github.com/dlang/phobos/pull/7580
Comment #4 by bugzilla — 2020-08-05T09:34:46Z
*** Issue 20985 has been marked as a duplicate of this issue. ***
Comment #5 by dlang-bot — 2020-08-05T12:24:17Z
dlang/phobos pull request #7580 "Improve behavior of std.socket "soft" unittests" was merged into master:
- 0a0928059457041c48a4ec0cc38c2981588579f4 by Vladimir Panteleev:
std.socket: fix Issue 21114: Hide details of "soft" unittests unless built with -debug=std_socket
Reduce noise and false alarms in CI logs.
Also improve the printed message on failure, to make it clear that it
is likely a random failure, and that the ignored test failure is not
what's causing the entire test suite run to fail.
https://github.com/dlang/phobos/pull/7580
Comment #6 by pro.mathias.lang — 2022-02-19T08:55:43Z
Fixed by the above PR, but the bot didn't pick it up.