Skip to content

Conversation

@jkoritzinsky
Copy link
Member

These settings got missed when we merged the tests into the runner.

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 adds missing DebugType and Optimize settings to the Methodical merged test runner project files. These settings were missed when the individual tests were consolidated into runner projects, and this change ensures proper build configurations are applied to each test variant.

  • Adds <DebugType> property to all six Methodical test runner variants (_d1, _d2, _do, _r1, _r2, _ro)
  • Adds <Optimize>true</Optimize> property to the _ro and _do variants
  • Fixes trailing whitespace issue in _r2 and _d2 project files

Reviewed changes

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

Show a summary per file
File Description
src/tests/JIT/Methodical/Methodical_ro.csproj Adds DebugType=none and Optimize=true for release optimized tests
src/tests/JIT/Methodical/Methodical_r2.csproj Adds DebugType=none and fixes trailing whitespace for release tier 2 tests
src/tests/JIT/Methodical/Methodical_r1.csproj Adds DebugType=none for release tier 1 tests
src/tests/JIT/Methodical/Methodical_do.csproj Adds DebugType=full and Optimize=true for debug optimized tests
src/tests/JIT/Methodical/Methodical_d2.csproj Adds DebugType=full and fixes trailing whitespace for debug tier 2 tests
src/tests/JIT/Methodical/Methodical_d1.csproj Adds DebugType=full for debug tier 1 tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants