You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting: System.IO.FileSystem.Tests (parallel test collections = on, max threads = 4)
The system cannot find the path specified.
System.IO.Tests.DirectoryInfo_Exists.SymLinksMayExistIndependentlyOfTarget [FAIL]
System.Runtime.InteropServices.COMException : The handle is invalid. (0x80070006 (E_HANDLE))
Stack Trace:
/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs(905,0): at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
/_/src/libraries/Common/src/Interop/Windows/Kernel32/Interop.ProcessWaitHandle.cs(31,0): at Interop.Kernel32.ProcessWaitHandle..ctor(SafeProcessHandle processHandle)
/_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Windows.cs(177,0): at System.Diagnostics.Process.WaitForExitCore(Int32 milliseconds)
/_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1392,0): at System.Diagnostics.Process.WaitForExit(Int32 milliseconds)
/_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs(1383,0): at System.Diagnostics.Process.WaitForExit()
/_/src/libraries/System.IO.FileSystem/tests/PortedCommon/ReparsePointUtilities.cs(53,0): at MountHelper.CreateSymbolicLink(String linkPath, String targetPath, Boolean isDirectory)
/_/src/libraries/System.IO.FileSystem/tests/DirectoryInfo/Exists.cs(146,0): at System.IO.Tests.DirectoryInfo_Exists.SymLinksMayExistIndependentlyOfTarget()