Skip to content

Conversation

@tannergooding
Copy link
Member

This resolves #118475

There's still some discussion happening on if the SDK change here needs a breaking change doc or more consideration, but this ensures the tests are running in the interim.

Copilot AI review requested due to automatic review settings August 11, 2025 21:05
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 fixes benchmarksgame tests to properly resolve embedded resources by modifying the resource name generation logic. The issue was that embedded resource names were using hyphens in file names, but the .NET SDK converts hyphens to underscores in resource identifiers.

Key changes:

  • Remove [ActiveIssue] attributes that were disabling the tests
  • Update resource name generation to replace hyphens with underscores in file names

Reviewed Changes

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

Show a summary per file
File Description
reverse-complement-6.cs Removes ActiveIssue attribute to re-enable test
reverse-complement-1.cs Removes ActiveIssue attribute to re-enable test
reverse-complement/harness-helpers.cs Updates resource name generation to replace hyphens with underscores
regex-redux-5.cs Removes ActiveIssue attribute to re-enable test
regex-redux-1.cs Removes ActiveIssue attribute to re-enable test
regex-redux/harness-helpers.cs Updates resource name generation to replace hyphens with underscores
k-nucleotide-9.cs Removes ActiveIssue attribute to re-enable test
k-nucleotide-1.cs Removes ActiveIssue attribute to re-enable test
k-nucleotide/harness-helpers.cs Updates resource name generation to replace hyphens with underscores

@github-actions github-actions bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 11, 2025
@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.

@jkotas
Copy link
Member

jkotas commented Aug 12, 2025

/ba-g infrastructure timeouts

@jkotas jkotas merged commit cc1493b into dotnet:main Aug 12, 2025
69 of 71 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 11, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Various BenchmarksGame tests failing due to inability to resolve a manifest resource stream

2 participants