[phobos] Windows32 phobos unittests not running

Walter Bright via phobos phobos at puremagic.com
Tue Jun 10 23:37:27 PDT 2014


The problem was that unittest.exe was seg faulting, and somehow that was 
reported as

Error: 'unittest' not found

I tracked down the problem, and fixed it in 
https://github.com/D-Programming-Language/dmd/pull/3656 so we should be green now.

-Walter

On 6/10/2014 9:41 PM, Daniel Murphy via phobos wrote:
> If they're not running, what's printing "Success!"?
>
> On Wed, Jun 11, 2014 at 11:23 AM, Martin Nowak via phobos
> <phobos at puremagic.com> wrote:
>> The current test output from master win32 phobos
>> (https://auto-tester.puremagic.com/test_data.ghtml?projectid=1&runid=66825&logid=6).
>>
>>      ../dmd/src/dmd -O -w -L/co -unittest unittest.d unittest1.obj
>> unittest2.obj unittest2a.obj  unittest3.obj unittest3a.obj unittest3b.obj
>> unittest4.obj  unittest5.obj unittest6.obj unittest7.obj unittest8.obj
>> etc\c\zlib\zlib.lib ..\druntime\lib\druntime.lib
>>
>>      unittest
>>      The system cannot find the path specified.
>>      args.length = 1
>>      args[0] = 'unittest.exe'
>>      Success!
>>
>> Sometimes this also fails with:
>>
>>      unittest
>>      Error: 'unittest' not found
>>
>> Can someone please look into this?
>> Seems like the link step silently fails, so this might be an issue on the
>> auto-tester.
>>
>>



More information about the phobos mailing list