[Issue 7749] New: make unittest should test the gcstub version of druntime as well.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Mar 21 14:25:44 PDT 2012
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 at puremagic.com
ReportedBy: schveiguy at yahoo.com
--- Comment #0 from Steven Schveighoffer <schveiguy at 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: -------
More information about the Digitalmars-d-bugs
mailing list