dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.39k stars 4.75k forks source link

Test failed on windows: Microsoft.VisualBasic.Tests.FileSystemTests.Input_Object_Write #34362

Open MaximLipnin opened 4 years ago

MaximLipnin commented 4 years ago

Microsoft.VisualBasic.Tests.FileSystemTests.Input_Object_Write is disabled in Mono's CoreFX.issues_windows.rsp file. After enabling, it still fails locally with the following output:

Microsoft.VisualBasic.Tests.FileSystemTests.Input_Object_Write [FAIL]
Assert.Equal() Failure
Expected: 1
Actual:   (null)
Stack Trace:
    _\src\libraries\Microsoft.VisualBasic.Core\tests\FileSystemTests.cs(534,0): at Microsoft.VisualBasic.Tests.FileSystemTests.Input_Object_Write()
    _\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)

The test will be marked with ActiveIssue in https://github.com/dotnet/runtime/pull/32592.

ghost commented 4 years ago

Tagging @cston as an area owner