Thread overview
[Issue 21082] Testsuite fails on OSX (runnable/test16096.sh with asserts on)
Aug 05, 2020
Walter Bright
Aug 05, 2020
Dlang Bot
Aug 06, 2020
Dlang Bot
Aug 06, 2020
Dlang Bot
August 05, 2020
https://issues.dlang.org/show_bug.cgi?id=21082

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
More proof that asserts should never have been turned off in the compiler.

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11510 "fix Issue 21082 - Testsuite fails on OSX (runnable/test16096.sh with …" fixing this issue:

- fix Issue 21082 - Testsuite fails on OSX (runnable/test16096.sh with asserts
on)

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@jacob-carlborg created dlang/dmd pull request #11520 "fix issue 21082: Testsuite fails on macOS with assertions enabled" fixing this issue:

- fix issue 21082: Testsuite fails on macOS with assertions enabled

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

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

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11520 "fix issue 21082: Testsuite fails on macOS with assertions enabled" was merged into master:

- 1efc0e7f2f7d7baf87ad2ec185c87d48b8c67b23 by Jacob Carlborg:
  fix issue 21082: Testsuite fails on macOS with assertions enabled

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

--