Thread overview
[dmd-internals] auto-tester failures
Oct 08, 2010
Brad Roberts
Oct 08, 2010
Walter Bright
Oct 08, 2010
Brad Roberts
October 07, 2010
Well, looks like the auto-tester has been failing for some time now, since the 5th at around midnight.

Last good run:
  http://d.puremagic.com/test-results/test.ghtml?runid=1260
  dmd r702

Test run 1261 caused the dmd tests to start failing on both win32 and linux32:
  http://d.puremagic.com/test-results/test.ghtml?runid=1261
  dmd r703

Test run 1262 caused dmd on linux32 to fail to build successfully.
  http://d.puremagic.com/test-results/test.ghtml?runid=1262
  dmd r703

phobos and druntime versions didn't change between good and failures.
October 07, 2010

Brad Roberts wrote:
> Well, looks like the auto-tester has been failing for some time now, since the 5th at around midnight.
>
> Last good run:
>   http://d.puremagic.com/test-results/test.ghtml?runid=1260
>   dmd r702
>
> Test run 1261 caused the dmd tests to start failing on both win32 and linux32:
>   http://d.puremagic.com/test-results/test.ghtml?runid=1261
>   dmd r703
> 

Need to add -d to the delegate.d compile.

> Test run 1262 caused dmd on linux32 to fail to build successfully.
>   http://d.puremagic.com/test-results/test.ghtml?runid=1262
>   dmd r703
>
> phobos and druntime versions didn't change between good and failures.
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
>
> 
October 07, 2010
On 10/7/2010 9:59 PM, Walter Bright wrote:
> 
> 
> Brad Roberts wrote:
>> Well, looks like the auto-tester has been failing for some time now, since the 5th at around midnight.
>>
>> Last good run:
>>   http://d.puremagic.com/test-results/test.ghtml?runid=1260
>>   dmd r702
>>
>> Test run 1261 caused the dmd tests to start failing on both win32 and linux32:
>>   http://d.puremagic.com/test-results/test.ghtml?runid=1261
>>   dmd r703
>> 
> 
> Need to add -d to the delegate.d compile.

So, um.. do it.