[phobos] Silent failure of std.container unittests
Andrei Alexandrescu
andrei at erdani.com
Tue Jul 13 08:01:37 PDT 2010
Whatever the change will be, there should be a change. The change should
cause make ending with an error whenever an unittest fails. Right now it
doesn't, and I can't make it to.
Andrei
On 07/13/2010 09:23 AM, Sean Kelly wrote:
> If a unittest throws an exception the test is marked as failed and you'll see an errorlevel 1 after the tests complete. I didn't report the exception because unittest output is often parsed to accumulate results, but this could easily be changed.
>
> Sent from my iPhone
>
> On Jul 12, 2010, at 6:55 AM, 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?
>>
>> -Lars
>>
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
More information about the phobos
mailing list