[phobos] Silent failure of std.container unittests

Don Clugston dclugston at googlemail.com
Mon Jul 12 13:35:15 PDT 2010


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 <dclugston at googlemail.com> wrote:
> On 12 July 2010 15:55, Lars Tandle Kyllingstad <lars at kyllingen.net> 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.
>


More information about the phobos mailing list