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

[mono] Tests failed on windows: System.Runtime.WindowsRuntime.Tests #34768

Closed
MaximLipnin opened this issue Apr 9, 2020 · 2 comments · Fixed by #36715
Closed

[mono] Tests failed on windows: System.Runtime.WindowsRuntime.Tests #34768

MaximLipnin opened this issue Apr 9, 2020 · 2 comments · Fixed by #36715
Labels

Comments

@MaximLipnin
Copy link
Contributor

There are test failures in System.Runtime.WindowsRuntime.Tests on windows.

System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_Buffer_ReturnsExpected(source: [], offset: 0, length: 0, capacity: 0) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_Buffer_ReturnsExpected(source: [1, 2, 3], offset: 2, length: 0, capacity: 0) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_Buffer_ReturnsExpected(source: [1, 2, 3], offset: 2, length: 0, capacity: 1) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_Buffer_ReturnsExpected(source: [1, 2, 3], offset: 0, length: 3, capacity: 3) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_Buffer_ReturnsExpected(source: [1, 2, 3], offset: 1, length: 2, capacity: 2) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_NegativeLength_ThrowsArgumentOutOfRangeException [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentOutOfRangeException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_NegativeOffset_ThrowsArgumentOutOfRangeException [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentOutOfRangeException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_NegativeCapacity_ThrowsArgumentOutOfRangeException [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentOutOfRangeException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [], offset: 0, length: 1, capacity: 0) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [], offset: 1, length: 0, capacity: 0) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 1, length: 2, capacity: 0) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 2147483647, length: 0, capacity: 0) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 0, length: 0, capacity: 3) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 0, length: 0, capacity: 2147483647) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 0, length: 2, capacity: 1) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests.AsBuffer_NullBuffer_ThrowsArgumentNullException [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentNullException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_NegativeCapacity_ThrowsArgumentOutOfRangeException [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentOutOfRangeException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_NegativeLength_ThrowsArgumentOutOfRangeException [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentOutOfRangeException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_Buffer_ReturnsExpected(source: [], offset: 0, length: 0, capacity: 0) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_Buffer_ReturnsExpected(source: [1, 2, 3], offset: 0, length: 3, capacity: 3) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_Buffer_ReturnsExpected(source: [1, 2, 3, 4, 5, ...], offset: 2, length: 1, capacity: 4) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_Buffer_ReturnsExpected(source: [1, 2, 3], offset: 1, length: 2, capacity: 2) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [], offset: 0, length: 1, capacity: 0) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [], offset: 1, length: 0, capacity: 0) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 1, length: 2, capacity: 0) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 2147483647, length: 0, capacity: 0) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 0, length: 0, capacity: 3) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 0, length: 0, capacity: 2147483647) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_InvalidOffsetLengthCapacity_ThrowsArgumentException(data: [0, 0], offset: 0, length: 2, capacity: 1) [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Length_SetGreaterThanCapacity_ThrowsArgumentException [FAIL]
    System.TypeLoadException : Could not load type of field 'System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests+<>c__DisplayClass8_0:buffer' (0) due to: Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_Capacity_ReturnsExpected(capacity: 0) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_Capacity_ReturnsExpected(capacity: 1) [FAIL]
    System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    /_/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_NegativeOffset_ThrowsArgumentOutOfRangeException [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentOutOfRangeException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----
    
System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests.Create_NullData_ThrowsArgumentNullException [FAIL]
    Assert.Throws() Failure
    Expected: typeof(System.ArgumentNullException)
    Actual:   typeof(System.IO.FileNotFoundException): Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    ---- System.IO.FileNotFoundException : Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
    Stack Trace:
    
    ----- Inner Stack Trace -----

The following test classes will be marked with ActiveIssue in #32592:

  • System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferExtensionsTests
  • System.Runtime.InteropServices.WindowsRuntime.Tests.WindowsRuntimeBufferTests
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Runtime untriaged New issue has not been triaged by the area owner labels Apr 9, 2020
@danmoseley
Copy link
Member

Should WinRT on Mono be a scenario we support (@jkotas?)

@danmoseley danmoseley added runtime-mono specific to the Mono runtime os-windows labels Apr 10, 2020
@jkoritzinsky
Copy link
Member

These tests will be deleted as part of #36715 as we're removing built-in WinRT support in .NET 5.

@jkoritzinsky jkoritzinsky linked a pull request May 22, 2020 that will close this issue
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
@tannergooding tannergooding removed the untriaged New issue has not been triaged by the area owner label Jun 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants