Thread overview | |||||
---|---|---|---|---|---|
|
June 11, 2014 [phobos] Windows32 phobos unittests not running | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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. |
June 11, 2014 Re: [phobos] Windows32 phobos unittests not running | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | If they're not running, what's printing "Success!"? On Wed, Jun 11, 2014 at 11:23 AM, Martin Nowak via phobos <phobos@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. > > > _______________________________________________ > phobos mailing list > phobos@puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
June 10, 2014 Re: [phobos] Windows32 phobos unittests not running | ||||
---|---|---|---|---|
| ||||
Posted in reply to Daniel Murphy | 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@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. >> >> _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
Copyright © 1999-2021 by the D Language Foundation