[dmd-beta] dmd 1.067 alpha
Brad Roberts
braddr at puremagic.com
Sat Jan 15 13:09:29 PST 2011
On 1/15/2011 12:47 PM, Walter Bright wrote:
>
>
> Brad Roberts wrote:
>>
>> I haven't tested with d1, but I don't recall seeing any changes to the alignment
>> code to correct the issues that test23.d's test22 exposed. 64bit c sizes Bar22
>> at 8 bytes, d2 at 16.
>>
>
> I'll check it in. I would have earlier, except that D2 fails its test suite now,
> even for 32 bits.
>
> Aside: why aren't the windows dll tests in the checked in test suite? Naturally,
> they all fail now.
There's a small subset of the old/private test suite that isn't part of the
public one. The nature of them:
1) elaborate not-obviously-non-copyrighted
2) elaborate build steps
3) platform specific
The latter two sets can be addressed, just haven't. I got the first 95+% done
to make it easy for others to test. The other 5% (both numbers are pure
guestimates) still need to be handled. Frankly, part of why I haven't is that
it feels like I'm the only one that uses the public tests. Neither your nor Don
do last I knew, so my motivation hasn't been particularly high to invest the
extra effort to finish off those last sets of tests.
More information about the dmd-beta
mailing list