[Issue 14241] New: phobos unittests not run on Windows

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Mar 3 13:50:56 PST 2015


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

          Issue ID: 14241
           Summary: phobos unittests not run on Windows
           Product: D
           Version: unspecified
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: Phobos
          Assignee: nobody at puremagic.com
          Reporter: code at dawg.eu

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.

--


More information about the Digitalmars-d-bugs mailing list