dlangBugzillaToGithub / migration_test

0 stars 0 forks source link

phobos unittests not run on Windows #906

Open dlangBugzillaToGithub opened 9 years ago

dlangBugzillaToGithub commented 9 years ago

code (MartinNowak) reported this on 2015-03-03T21:50:56Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=14241

CC List

Description

For unknown reasons the invocation of .\unittest.exe often fails, even though the unittest.exe is present and working.

.\unittest.exe
The system cannot find the path specified.
args.length = 1
args[0] = '.\unittest.exe'
Success!

Might be some timing issue with make and the linker or so.
I tried running `dir unittest.exe` before `.\unittest.exe` and dir did see the file, but `.\unittest.exe` still failed.
dlangBugzillaToGithub commented 9 years ago

code commented on 2015-03-14T15:10:41Z

It seems that the tests are run and `The system cannot find the path specified.` is a spurious error message emitted by some of the tools or the test itself.
dlangBugzillaToGithub commented 6 years ago

timothee.cour2 commented on 2018-02-27T21:57:59Z

is it related to https://issues.dlang.org/show_bug.cgi?id=18535 ?