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: bugzi...@digitalmars.com
        ReportedBy: bra...@puremagic.com


--- Comment #0 from Brad Roberts <bra...@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: -------

Reply via email to