Thread overview
[Issue 12843] Unit tests fail when GC is compiled with SENTINEL
Aug 02, 2014
Rainer Schuetze
August 02, 2014
https://issues.dlang.org/show_bug.cgi?id=12843

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/D-Programming-Language/druntime/pull/920

--
August 03, 2014
https://issues.dlang.org/show_bug.cgi?id=12843

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/edfe4c75d17b13eede0057026f5b3a39d13b7c1e Merge pull request #920 from rainers/fix_sentinel

Issue 12843 - Unit tests fail when GC is compiled with SENTINEL

--
December 29, 2018
https://issues.dlang.org/show_bug.cgi?id=12843

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/24c19384b587b695b3cb7b25979dab2f706eadf7 fix issue 12843 again: Unit tests fail when GC is compiled with SENTINEL

fix compilation and failures
adding a test that ensures it compiles and most GC tests are run

https://github.com/dlang/druntime/commit/98b488ab40bf9302c75215634662faac0c11a9ca Merge pull request #2423 from rainers/gc_sentinel

fix issue 12843 again: Unit tests fail when GC is compiled with SENTINEL merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>

--
December 29, 2018
https://issues.dlang.org/show_bug.cgi?id=12843

github-bugzilla@puremagic.com changed:

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

--