[D-runtime] auto-tester failing, local test passing

Jonathan M Davis jmdavisProg at gmx.com
Tue Jun 21 08:31:47 PDT 2011


On 2011-06-21 05:55, Steve Schveighoffer wrote:
> In the latest commit I just pulled (druntime pull request 29), the auto
> tester is now failing one of the unit tests.
> 
> However, on my local box (Linux 32-bit), the test passes...
> 
> I'm testing with dmd 2.053, and I think the auto-tester tests with the dmd
> out of github.  So that's the only thing I can think of.  I was told that
> phobos/druntime developers should not be using the HEAD dmd, they should
> be using the last released one.  Is this still true?
> 
> Sorry about the break, I hope I can figure out why soon.

I'm not sure that we have an official policy on whether you should be using 
the latest HEAD of dmd or the last release, but the autotester _does_ use the 
latest git HEAD of dmd, and I believe that there _have_ been cases where the 
latest HEAD was required. Personally, I always use the latest HEAD.

- Jonathan M Davis


More information about the D-runtime mailing list