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

Consolidate emitted IL for-loop tests #17128

Merged
merged 7 commits into from
May 13, 2024

Commits on May 9, 2024

  1. Consolidate emitted IL for-loop tests

    * The test sources and baselines for these were duplicated in dotnet#15484 to
      test the realsig feature, but that meant that the test _sources_
      needed to be kept in sync by hand. This change uses the approach used
      in dotnet#16795 instead: it reuses the same test _source_ files and just
      adds duplicate _tests_ to check the emitted IL with realsig+.
    brianrourkeboll committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a98c2a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08a1d4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03bd399 View commit details
    Browse the repository at this point in the history
  4. Fix find/replace bug

    brianrourkeboll committed May 9, 2024
    Configuration menu
    Copy the full SHA
    509d38f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a472566 View commit details
    Browse the repository at this point in the history
  6. Re-update baselines

    brianrourkeboll committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fd45ce1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    38f772a View commit details
    Browse the repository at this point in the history