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

Implement various other simple vector APIs from 93513 #103837

Merged
merged 44 commits into from
Jul 10, 2024

Update src/mono/mono/mini/simd-intrinsics.c

73fda9a
Select commit
Loading
Failed to load commit list.
Merged

Implement various other simple vector APIs from 93513 #103837

Update src/mono/mono/mini/simd-intrinsics.c
73fda9a
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 9, 2024 in 0s

.NET Result Analysis

Details

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

All checks completed

[runtime]

[runtime-dev-innerloop]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

runtime / Build / osx-arm64 Release NativeAOT / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet/sdk/9.0.100-preview.5.24307.3/NuGet.targets(170,5): error MSB4181: (NETCORE_ENGINEERING_TELEMETRY=Restore) The "RestoreTask" task returned false but did not log an error.

runtime / Build / wasi-wasm linux Release LibraryTests_Smoke_AOT / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24327.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Collections.Specialized.Tests in job c012c28a-8e33-452f-b3c6-648c3fe04907 has failed. [Failure log]

runtime / Build / linux-arm64 Debug Mono_MiniJIT_LibrariesTests / Send to Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24327.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests in job 9667baae-2165-4b64-a025-c7cef42fbedc has failed. [Failure log]

Non-Deterministic Test Failures Detected

System.Collections.Specialized.Tests.WorkItemExecution [Console] [Details] [Artifacts] [2.13% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_RandomSizeWrites_OK [Console] [Details] [Artifacts] [0.20% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configurations (2)

Data Driven SubResults
    System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_RandomSizeWrites_OK(bufferSize: 1638400, readBufferSize: 4096, writeBufferSize: 1024, useAsync: True)
    Exception Message
    System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.
    Stack Trace
       at System.Net.Security.SslStream.ProcessTlsFrame(Int32 frameSize) in /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.IO.cs:line 490
       at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken) in /_/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.IO.cs:line 308
       at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 120
    --- End of stack trace from previous location ---
       at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 90
       at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55
       at System.Net.Security.Tests.SslStreamNetworkStreamTest.SslStream_RandomSizeWrites_OK(Int32 bufferSize, Int32 readBufferSize, Int32 writeBufferSize, Boolean useAsync) in /_/src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs:line 1012
    --- End of stack trace from previous location ---

Was this helpful? Yes No