Skip to content

Test build fix #114375

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

Merged
merged 3 commits into from
Apr 8, 2025
Merged

Test build fix #114375

merged 3 commits into from
Apr 8, 2025

Conversation

tomeksowi
Copy link
Contributor

RISC-V build with BuildAllTestsAsStandalone=true failed with:

/runtime/src/tests/JIT/Regression/JitBlue/Runtime_113338/Runtime_113338.cs(21,24): error XUW1001: Projects in merged tests group should not have entry points. Convert to Facts or Theories.

Part of #84834, cc @dotnet/samsung

@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 8, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Apr 8, 2025
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Comment on lines +26 to +27
if (!Sve.IsSupported)
return;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System.PlatformNotSupportedException: Operation is not supported on this platform.
   at System.Runtime.Intrinsics.Arm.Sve.CreateTrueMaskInt32(SveMaskPattern pattern)
   at Program.Test() in /runtime/src/tests/JIT/Regression/JitBlue/Runtime_113338/Runtime_113338.cs:line 26
   at __GeneratedMainWrapper.Main() in /runtime/artifacts/tests/coreclr/obj/linux.riscv64.Checked/Managed/JIT/Regression/JitBlue/Runtime_113338/Runtime_113338/XUnitWrapperGenerator/XUnitWrapperGenerator.XUnitWrapperGenerator/SimpleRunner.g.cs:line 7

@jakobbotsch jakobbotsch requested a review from kunalspathak April 8, 2025 14:38
Copy link
Member

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@kunalspathak kunalspathak merged commit 90a7381 into dotnet:main Apr 8, 2025
73 of 75 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants