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
Describe the bug
When I run the tests, they fall with an error.
Skipped All tests.Execution tests.System tests with running kernels on gfx90c.Common Api Tests.Using 'int clcell' with spinlock atomic operation should be correct
The active test run was aborted. Reason: Test host process crashed : error: Explicit load/store type does not match pointee type of pointer operand
Passed! - Failed: 0, Passed: 74, Skipped: 11, Total: 85, Duration: 10 s - Brahma.FSharp.Tests.dll (net7.0)
Test Run Aborted with error System.Exception: One or more errors occurred.
---> System.Exception: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
---> System.Exception: An existing connection was forcibly closed by the remote host.
at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Span`1 buffer)
at System.Net.Sockets.NetworkStream.ReadByte()
at System.IO.BinaryReader.Read7BitEncodedInt()
at System.IO.BinaryReader.ReadString()
at Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.LengthPrefixCommunicationChannel.NotifyDataAvailable()
at Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TcpClientExtensions.MessageLoopAsync(TcpClient client, ICommunicationChannel channel, Action`1 errorHandler, CancellationToken cance
llationToken)
--- End of inner exception stack trace ---.
To Reproduce
Steps to reproduce the behavior:
run ./build DotnetTest
Expected behavior
Tests passed.
Desktop (please complete the following information):
OS: Windows 11
CPU: AMD Ryzen 5 5500U with Radeon Graphics 2.10 GHz
Describe the bug
When I run the tests, they fall with an error.
To Reproduce
Steps to reproduce the behavior:
./build DotnetTest
Expected behavior
Tests passed.
Desktop (please complete the following information):
Additional context
The test that causes the error
The text was updated successfully, but these errors were encountered: