We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DEBUG
RELEASE
AllocateSingleMemoryOwner_Finalization_ReturnsToPool fails only on mac os.
AllocateSingleMemoryOwner_Finalization_ReturnsToPool
Run the tests on the CI.
AllocateMemoryGroup_Finalization_ReturnsToPool(length: 1200) [FAIL] [xUnit.net 00:02:15.34] AllocateMemoryGroup_Finalization_ReturnsToPool(length: 600) [FAIL] Failed AllocateMemoryGroup_Finalization_ReturnsToPool(length: 1200) [286 ms] Error Message: Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception. Stack Trace: Child exception: Xunit.Sdk.EqualException: Assert.Equal() Failure Expected: 42 Actual: 0 at SixLabors.ImageSharp.Tests.Memory.Allocators.UniformUnmanagedPoolMemoryAllocatorTests.AllocateGroupAndForget(UniformUnmanagedMemoryPoolMemoryAllocator allocator, Int32 length, Boolean check) in /Users/runner/work/ImageSharp/ImageSharp/tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedPoolMemoryAllocatorTests.cs:line 299 at SixLabors.ImageSharp.Tests.Memory.Allocators.UniformUnmanagedPoolMemoryAllocatorTests.<AllocateMemoryGroup_Finalization_ReturnsToPool>g__RunTest|12_0(String lengthStr) in /Users/runner/work/ImageSharp/ImageSharp/tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedPoolMemoryAllocatorTests.cs:line 283 Child process: SixLabors.ImageSharp.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13 SixLabors.ImageSharp.Tests.Memory.Allocators.UniformUnmanagedPoolMemoryAllocatorTests Void <AllocateMemoryGroup_Finalization_ReturnsToPool>g__RunTest|12_0(System.String) Child arguments: 1200 Failed AllocateMemoryGroup_Finalization_ReturnsToPool(length: 600) [538 ms] Error Message: Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception. Stack Trace: Child exception: Xunit.Sdk.EqualException: Assert.Equal() Failure Expected: 42 Actual: 0 at SixLabors.ImageSharp.Tests.Memory.Allocators.UniformUnmanagedPoolMemoryAllocatorTests.<AllocateMemoryGroup_Finalization_ReturnsToPool>g__RunTest|12_0(String lengthStr) in /Users/runner/work/ImageSharp/ImageSharp/tests/ImageSharp.Tests/Memory/Allocators/UniformUnmanagedPoolMemoryAllocatorTests.cs:line 290
The text was updated successfully, but these errors were encountered:
Test AllocateMemoryGroup_Finalization_ReturnsToPool may also be affected by this
AllocateMemoryGroup_Finalization_ReturnsToPool
Sorry, something went wrong.
No branches or pull requests
Prerequisites
DEBUG
andRELEASE
modeDescription
AllocateSingleMemoryOwner_Finalization_ReturnsToPool
fails only on mac os.Steps to Reproduce
Run the tests on the CI.
System Configuration
The text was updated successfully, but these errors were encountered: