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
System.Reflection.Internal.Tests.AbstractMemoryBlockTests.FileStream and System.Reflection.Internal.Tests.AbstractMemoryBlockTests.FileStreamUnix are disabled in Mono's CoreFX.issues_windows.rsp file and after enabling they still fail locally with the following output:
System.Reflection.Internal.Tests.AbstractMemoryBlockTests.FileStream [FAIL]
System.PlatformNotSupportedException : This API is specific to the way in which Windows handles asynchronous I/O, and is not supported on this platform.
Stack Trace:
_\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.PlatformNotSupported.cs(25,0): at System.Threading.ThreadPoolBoundHandle.BindHandle(SafeHandle handle)
_\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.Windows.cs(92,0): at System.IO.FileStream.Init(FileMode mode, FileShare share, String originalPath)
_\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs(253,0): at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
_\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs(183,0): at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
_\src\libraries\System.Reflection.Metadata\tests\Utilities\AbstractMemoryBlockTests.cs(152,0): at System.Reflection.Internal.Tests.AbstractMemoryBlockTests.FileStream()
_\src\mono\netcore\System.Private.CoreLib\src\System\Reflection\RuntimeMethodInfo.cs(360,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Reflection.Internal.Tests.AbstractMemoryBlockTests.FileStreamUnix [FAIL]
System.PlatformNotSupportedException : This API is specific to the way in which Windows handles asynchronous I/O, and is not supported on this platform.
Stack Trace:
_\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.PlatformNotSupported.cs(25,0): at System.Threading.ThreadPoolBoundHandle.BindHandle(SafeHandle handle)
_\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.Windows.cs(92,0): at System.IO.FileStream.Init(FileMode mode, FileShare share, String originalPath)
_\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs(253,0): at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
_\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs(183,0): at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
_\src\libraries\System.Reflection.Metadata\tests\Utilities\AbstractMemoryBlockTests.cs(152,0): at System.Reflection.Internal.Tests.AbstractMemoryBlockTests.FileStream()
_\src\libraries\System.Reflection.Metadata\tests\Utilities\AbstractMemoryBlockTests.cs(128,0): at System.Reflection.Internal.Tests.AbstractMemoryBlockTests.FileStreamUnix()
_\src\mono\netcore\System.Private.CoreLib\src\System\Reflection\RuntimeMethodInfo.cs(360,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
These tests will be marked with ActiveIssue in #32592.
The text was updated successfully, but these errors were encountered:
System.Reflection.Internal.Tests.AbstractMemoryBlockTests.FileStream
andSystem.Reflection.Internal.Tests.AbstractMemoryBlockTests.FileStreamUnix
are disabled in Mono's CoreFX.issues_windows.rsp file and after enabling they still fail locally with the following output:These tests will be marked with
ActiveIssue
in #32592.The text was updated successfully, but these errors were encountered: