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][interp] Fix calling of static delegates with simd arguments #92927

Merged
merged 3 commits into from
Oct 6, 2023

[mono][interp] Don't pass csignature to MINT_CALL_DELEGATE

f6baa58
Select commit
Loading
Failed to load commit list.
Merged

[mono][interp] Fix calling of static delegates with simd arguments #92927

[mono][interp] Don't pass csignature to MINT_CALL_DELEGATE
f6baa58
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Oct 6, 2023 in 0s

.NET Result Analysis

Details

Build Failures

runtime-extra-platforms / Build / android-x64 Release AllSubsets_Mono_RuntimeTests minijit / Build Tests

[:construction: Report infrastructure issue] [:page_facing_up: Report repository issue]
    ❌src/mono/msbuild/android/build/AndroidBuild.targets(271,5): error MSB4018: The "AndroidAppBuilderTask" task failed unexpectedly. [/__w/1/s/src/tests/Loader/classloader/regressions/Loader-classloader-regressions.csproj]
    ❌src/mono/msbuild/android/build/AndroidBuild.targets(271,5): error MSB4018: System.Exception: Error: Process returned non-zero exit code: AndroidManifest.xml:2: Tag <manifest> attribute package has invalid character '-'. [/__w/1/s/src/tests/Loader/classloader/regressions/Loader-classloader-regressions.csproj]
    ❌src/mono/msbuild/android/build/AndroidBuild.targets(271,5): error MSB4018: AndroidManifest.xml:20: Tag <instrumentation> attribute targetPackage has invalid character '-'. [/__w/1/s/src/tests/Loader/classloader/regressions/Loader-classloader-regressions.csproj]

runtime-extra-platforms / Build / android-x64 Release AllSubsets_Mono_RuntimeTests_Interp monointerpreter / Build Tests

[:construction: Report infrastructure issue] [:page_facing_up: Report repository issue]
    ❌src/mono/msbuild/android/build/AndroidBuild.targets(271,5): error MSB4018: The "AndroidAppBuilderTask" task failed unexpectedly. [/__w/1/s/src/tests/Loader/classloader/regressions/Loader-classloader-regressions.csproj]
    ❌src/mono/msbuild/android/build/AndroidBuild.targets(271,5): error MSB4018: System.Exception: Error: Process returned non-zero exit code: AndroidManifest.xml:2: Tag <manifest> attribute package has invalid character '-'. [/__w/1/s/src/tests/Loader/classloader/regressions/Loader-classloader-regressions.csproj]
    ❌src/mono/msbuild/android/build/AndroidBuild.targets(271,5): error MSB4018: AndroidManifest.xml:20: Tag <instrumentation> attribute targetPackage has invalid character '-'. [/__w/1/s/src/tests/Loader/classloader/regressions/Loader-classloader-regressions.csproj]

runtime-extra-platforms /

[:construction: Report infrastructure issue] [:page_facing_up: Report repository issue]
    ❌We stopped hearing from agent NetCore-Public 64. Verify the agent machine is running and has a healthy network connection. Anything that terminates an agent process, starves it for CPU, or blocks its network access can cause this error. For more information, see: https://go.microsoft.com/fwlink/?linkid=846610

Known test errors

Test Failures (3 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No