[phobos] auto-tester update
Brad Roberts
braddr at puremagic.com
Sun Feb 20 15:01:03 PST 2011
FreeBSD D2 auto tester active. It's _slow_ due to being on a rather old box, but something is way better than nothing.
The only test I disabled is druntime's core.time (bug 5629). Everything else passes which is pretty impressive for a
platform that hasn't been getting routine testing.
I also filed bugs for all of the x86-64 disabled tests (bugs 5623-5628) so that they're at least sort of on the radar.
On 2/19/2011 8:39 PM, Brad Roberts wrote:
> I just pushed out some changes to the way the auto-tester works. Instead of sleeping for an hour (30 minutes for the
> windows build) between runs it watches checkins. Essentially:
>
> forever:
> if (a check in has occurred to dmd, druntime, or phobos since last run)
> do a run
> sleep 60
>
> So, it ought to start new runs fairly fast after new checkins and won't produce lots of semi-useless test results. I
> say semi since less runs means intermittent failures are less likely to be found.
>
> Also, the look and feel have been updated, comments welcome.
>
> http://d.puremagic.com/test-results
>
> On the todo list:
> failure emails
> osx/32 tester
> freebsd/32 tester
>
> Later,
> Brad
More information about the phobos
mailing list