Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.IO.Tests.DirectoryInfo_Exists.SymLinksMayExistIndependentlyOfTarget failing on Libraries Test Run checked coreclr windows x86 Release #54628

Closed
radical opened this issue Jun 23, 2021 · 2 comments

Comments

@radical
Copy link
Member

radical commented Jun 23, 2021

Build

Seen on #54053 .

  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()
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Diagnostics.Process untriaged New issue has not been triaged by the area owner labels Jun 23, 2021
@ghost
Copy link

ghost commented Jun 23, 2021

Tagging subscribers to this area: @dotnet/area-system-diagnostics-process
See info in area-owners.md if you want to be subscribed.

Issue Details

Build

Seen on #54053 .

  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()
Author: radical
Assignees: -
Labels:

area-System.Diagnostics.Process, untriaged

Milestone: -

@adamsitnik adamsitnik removed the untriaged New issue has not been triaged by the area owner label Jun 24, 2021
@adamsitnik
Copy link
Member

Fixed by @danmoseley in #54660

@ghost ghost locked as resolved and limited conversation to collaborators Jul 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants