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

Convert exception throwing JIT helpers to managed code. #105671

Merged
merged 13 commits into from
Aug 2, 2024

Merge branch 'main' into hmf_jithelper_throws

9fb0a61
Select commit
Loading
Failed to load commit list.
Merged

Convert exception throwing JIT helpers to managed code. #105671

Merge branch 'main' into hmf_jithelper_throws
9fb0a61
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Aug 2, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

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

Known Repository Errors

Known Infrastructure Errors

Build Failures

runtime / Build / osx-x64 Release AllSubsets_Mono_Minijit_RuntimeTests minijit / Build Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.cs(29,19): error SYSLIB5003: 'System.Runtime.Intrinsics.Arm.Sve' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5003) [/Users/runner/work/1/s/src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.csproj]
    ❌src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.cs(41,28): error SYSLIB5003: 'System.Runtime.Intrinsics.Arm.Sve' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5003) [/Users/runner/work/1/s/src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.csproj]
    ❌src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.cs(42,26): error SYSLIB5003: 'System.Runtime.Intrinsics.Arm.Sve' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5003) [/Users/runner/work/1/s/src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.csproj]

runtime / Build / windows-x64 Release AllSubsets_Mono_Minijit_RuntimeTests minijit / Build Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\tests\JIT\Regression\JitBlue\Runtime_105484\Runtime_105484.cs(29,19): error SYSLIB5003: 'System.Runtime.Intrinsics.Arm.Sve' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5003) [D:\a\_work\1\s\src\tests\JIT\Regression\JitBlue\Runtime_105484\Runtime_105484.csproj]
    ❌src\tests\JIT\Regression\JitBlue\Runtime_105484\Runtime_105484.cs(41,28): error SYSLIB5003: 'System.Runtime.Intrinsics.Arm.Sve' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5003) [D:\a\_work\1\s\src\tests\JIT\Regression\JitBlue\Runtime_105484\Runtime_105484.csproj]
    ❌src\tests\JIT\Regression\JitBlue\Runtime_105484\Runtime_105484.cs(42,26): error SYSLIB5003: 'System.Runtime.Intrinsics.Arm.Sve' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5003) [D:\a\_work\1\s\src\tests\JIT\Regression\JitBlue\Runtime_105484\Runtime_105484.csproj]

runtime / Build / osx-x64 Release AllSubsets_Mono_Interpreter_RuntimeTests monointerpreter / Build Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.cs(29,19): error SYSLIB5003: 'System.Runtime.Intrinsics.Arm.Sve' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5003) [/Users/runner/work/1/s/src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.csproj]
    ❌src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.cs(41,28): error SYSLIB5003: 'System.Runtime.Intrinsics.Arm.Sve' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5003) [/Users/runner/work/1/s/src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.csproj]
    ❌src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.cs(42,26): error SYSLIB5003: 'System.Runtime.Intrinsics.Arm.Sve' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed. (https://aka.ms/dotnet-warnings/SYSLIB5003) [/Users/runner/work/1/s/src/tests/JIT/Regression/JitBlue/Runtime_105484/Runtime_105484.csproj]

2 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [runtime]

Was this helpful? Yes No