https://issues.dlang.org/show_bug.cgi?id=14577
--- Comment #6 from Manu <[email protected]> --- Just trying this out (sorry for the wait). So the first attempt said "failed on first build" before it really did anything. Then I made a couple of changes, and tried again, it asked to delete the previous attempt, I chose yes then it fired up dustmite which errored: D:\WinDev\dsignal.dustmite>C:\dev\D\dmd2\windows\bin\dustmite --strip-comments - -split *.bat:lines D:\WinDev\dsignal.dustmite "build.dustmite.bat | find \"Inter nal error\"" None => No Error while attempting to delete ..\dsignal.dustmite.test: Path still exists Retrying... object.Exception@DustMite\dustmite.d(243): Initial test fails ---------------- 0x00402A8A 0x00438AF6 0x00438ACB 0x004389E3 0x00429C28 0x74F586E3 in BaseThreadInitThunk 0x7774BCE9 in RtlInitializeExceptionChain 0x7774BCBC in RtlInitializeExceptionChain D:\WinDev\dsignal.dustmite>pause Press any key to continue . . . Is it only that it will search for "Internal Error"? So it can only reduce ICE's? Is that error emit the same for LDC? (my case at work is using LDC) --
