digitalmars.D.bugs - [Issue 7749] New: make unittest should test the gcstub version of druntime as well.
- d-bugmail puremagic.com (23/23) Mar 21 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7749
http://d.puremagic.com/issues/show_bug.cgi?id=7749 Summary: make unittest should test the gcstub version of druntime as well. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: druntime AssignedTo: nobody puremagic.com ReportedBy: schveiguy yahoo.com --- Comment #0 from Steven Schveighoffer <schveiguy yahoo.com> 2012-03-21 14:26:02 PDT --- When I added the code to deal with array append caches, I broke dll support because it depends on gcstub, and that was not tested in the unit test system. Recently, another modification of druntime broke it in the same way. It would be nice if make -f OS.mak unittest also built gcstub version of GC and tested. Even if all the functions are stubbed out to call malloc temporarily, at least it tests that the lib itself can be built and works properly. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 21 2012