[Issue 7791] New: Unnecessarily slow test in the DMD test suite

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 28 22:45:30 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7791

           Summary: Unnecessarily slow test in the DMD test suite
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: clugdbug at yahoo.com.au


--- Comment #0 from Don <clugdbug at yahoo.com.au> 2012-03-28 22:45:57 PDT ---
The file testthread2.d is by far the slowest test in the test suite; it takes
10% of the total running time, yet it is only testing a single bug (bug 3930).
It's so slow because it wasn't a fully reduced test. Now that the root cause is
known, it should be possible to make a much better test.

The other notably slow test is testgc3, which is a pretty useless test, because
it can't even fail! It's another 4-5% of the running time.

-- 
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