And with the latest Phobos checkin, this code in format.d line 1382
fails. The Windows DMD gives the same result as the one in
version(linux).

    version (linux)
    {
        assert(stream.data == "1.67 -0X1.47AE147AE147BP+0 nan",
                stream.data);
    }
    else
    {
        assert(stream.data == "1.67-0X1.47AE147AE147BP+0 nan");
    }

On 12 July 2010 22:26, Don Clugston <[email protected]> wrote:
> On 12 July 2010 15:55, Lars Tandle Kyllingstad <[email protected]> wrote:
>> When running 'make unittest' on the latest revision of Phobos, it just
>> fails on/after std.container, without any sensible error message:
>>
>> Testing generated/posix/debug/unittest/std/container
>> make[1]: *** [generated/posix/debug/unittest/std/container] Error 1
>> make: *** [unittest] Error 2
>>
>> Anyone else seeing this?
>
> Possibly. On Windows, I'm getting an errorlevel 1 return partway
> through running the unittests, but it's after std.container.
> Haven't tried to find where it is happening.
>
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to