Thread overview
[Issue 21117] When compiler segfaults running autotester, cannot tell which file it was testing
Aug 05, 2020
Walter Bright
Aug 05, 2020
Dlang Bot
Aug 05, 2020
Dlang Bot
August 05, 2020
https://issues.dlang.org/show_bug.cgi?id=21117

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |TestSuite

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@CyberShadow created dlang/dmd pull request #11514 "Fix Issue 21117 - When compiler segfaults running autotester, cannot …" fixing this issue:

- Fix Issue 21117 - When compiler segfaults running autotester, cannot tell which file it was testing

  Be loud and obvious about which targets fail, regardless of configured
  verbosity.

https://github.com/dlang/dmd/pull/11514

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11514 "Fix Issue 21117 - When compiler segfaults running autotester, cannot …" was merged into master:

- 050c0102e19b26be4ddabfdcd4213d934b5645f0 by Vladimir Panteleev:
  Fix Issue 21117 - When compiler segfaults running autotester, cannot tell
which file it was testing

  Be loud and obvious about which targets fail, regardless of configured
  verbosity.

https://github.com/dlang/dmd/pull/11514

--