[Issue 5619] New: coverage output path invalid
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 20 03:16:42 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5619
Summary: coverage output path invalid
Product: D
Version: D2
Platform: x86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: braddr at puremagic.com
--- Comment #0 from Brad Roberts <braddr at puremagic.com> 2011-02-20 03:14:02 PST ---
This looks like a codegen problem. Slight alterations in druntime's
src/rt/cover.d hides the problem.
First, dmd's a20 test illustrates it. When run without change, the .lst file
is place in test_results/runnablerunnable-a20.lst rather than
test_results/runnable/runnable-a20.lst -- missing one of the separators.
Adding printf's inside appendFN to show the results == no bug.
Adding a temporary to pull the string assembly out of the fopen call at line
165 (only fopen in cover.d) also makes it go away.
For now, disabling all coverage tests on freebsd.
--
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