Skip to content

Fix seqexpression testcases - #16795

Merged
KevinRansom merged 2 commits into
dotnet:mainfrom
KevinRansom:fixseqexprtests
Mar 1, 2024
Merged

Fix seqexpression testcases#16795
KevinRansom merged 2 commits into
dotnet:mainfrom
KevinRansom:fixseqexprtests

Conversation

@KevinRansom

Copy link
Copy Markdown
Contributor

The seq expression il tests were incorrectly implemented.
Rendering only realsig+ il baselines rather than both realsig+ and realsig-

@KevinRansom
KevinRansom requested a review from a team as a code ownerMarch 1, 2024 21:00
@github-actions

Copy link
Copy Markdown
Contributor

✅ No release notes required

@KevinRansomKevinRansom mentioned this pull request Mar 1, 2024

@brianrourkebollbrianrourkeboll left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yes, this looks right.

@KevinRansom
KevinRansom merged commit f885a13 into dotnet:mainMar 1, 2024
@KevinRansom
KevinRansom deleted the fixseqexprtests branch March 21, 2024 22:24
brianrourkeboll added a commit to brianrourkeboll/fsharp that referenced this pull request May 9, 2024
* 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+.
KevinRansom added a commit that referenced this pull request May 13, 2024
* Consolidate emitted IL `for`-loop tests
* The test sources and baselines for these were duplicated in #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 #16795 instead: it reuses the same test _source_ files and just
adds duplicate _tests_ to check the emitted IL with realsig+.
* Update netfx baselines
* Fix find/replace bug
* Unify netstandard assembly version in IL
* Re-update baselines
---------
Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants

@KevinRansom@brianrourkeboll