Skip to content

Conversation

@tannergooding
Copy link
Member

This resolves #113231

Copilot AI review requested due to automatic review settings July 6, 2025 15:35
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jul 6, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR marks several hardware intrinsic tests with the [Fact] attribute so they are discovered by xUnit.

  • Added using Xunit; to each test file
  • Prefixed test methods with [Fact]
  • Changed test methods from private to public

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
src/tests/JIT/HardwareIntrinsics/X86/Sse2/ConvertToVector128Double.Double.cs Added [Fact] and made method public
src/tests/JIT/HardwareIntrinsics/X86/Sse2/ConvertToUInt64.Vector128UInt64.cs Added [Fact] and made method public
src/tests/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt64WithTruncation.Vector128Double.cs Added [Fact] and made method public
src/tests/JIT/HardwareIntrinsics/X86/Sse2/ConvertToInt32WithTruncation.Int32.cs Added [Fact] and made method public

@tannergooding tannergooding added test-bug Problem in test source code (most likely) area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jul 7, 2025
@tannergooding tannergooding requested a review from EgorBo July 7, 2025 14:45
@tannergooding
Copy link
Member Author

CC. @dotnet/jit-contrib. Small test fix, just fixing a couple that weren't marked with [Fact]

@dotnet-policy-service
Copy link
Contributor

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

@tannergooding tannergooding merged commit 9a98585 into dotnet:main Jul 7, 2025
76 of 78 checks passed
@tannergooding tannergooding deleted the sse2-tests branch July 7, 2025 15:14
@github-actions github-actions bot locked and limited conversation to collaborators Aug 7, 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 test-bug Problem in test source code (most likely)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Question about Sse2 Intrinsics Tests And use of private static

2 participants