Thread overview
[Issue 21114] core.exception.AssertError@std/socket.d(1004): Assertion failure
Aug 05, 2020
Dlang Bot
Aug 05, 2020
Walter Bright
Aug 05, 2020
Dlang Bot
Aug 05, 2020
Walter Bright
Aug 05, 2020
Dlang Bot
Feb 19, 2022
Mathias LANG
August 05, 2020
https://issues.dlang.org/show_bug.cgi?id=21114

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/phobos pull request #7579 "fix Issue 21114 - core.exception.AssertError@std/socket.d(1004): Asseā€¦" fixing this issue:

- fix Issue 21114 - core.exception.AssertError@std/socket.d(1004): Assertion
failure

https://github.com/dlang/phobos/pull/7579

--
August 05, 2020
https://issues.dlang.org/show_bug.cgi?id=21114

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Better fix:

https://github.com/dlang/phobos/pull/7580

--
August 05, 2020
https://issues.dlang.org/show_bug.cgi?id=21114

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@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

--
August 05, 2020
https://issues.dlang.org/show_bug.cgi?id=21114

--- Comment #4 from Walter Bright <bugzilla@digitalmars.com> ---
*** Issue 20985 has been marked as a duplicate of this issue. ***

--
August 05, 2020
https://issues.dlang.org/show_bug.cgi?id=21114

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
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

--
February 19, 2022
https://issues.dlang.org/show_bug.cgi?id=21114

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #6 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Fixed by the above PR, but the bot didn't pick it up.

--