Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Delete bad test from AsyncValueTaskMethodBuilderTests #23356

Conversation

adityamandaleeka
Copy link
Member

This test was failing on uapaot (https://github.com/dotnet/corefx/issues/22545). It turns out that the behavior it depends on was explicitly disabled in Release builds of S.P.CoreLib (see the issue for details).

Per @stephentoub, this test was added only to increase code coverage, and the machinery it depends on is being removed in CoreCLR soon too (dotnet/coreclr#13105). With that in mind, we feel it's pretty safe to just delete the test.

@stephentoub PTAL

Fixes https://github.com/dotnet/corefx/issues/22545


await callbackCompleted.Task;
Assert.Equal(dsm, foundSm);
}
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup, fixed.

@adityamandaleeka adityamandaleeka force-pushed the delete_bad_AsyncValueTaskMethodBuilderTest branch from ae7f635 to 6337ec3 Compare August 17, 2017 19:48
@stephentoub
Copy link
Member

@stephentoub stephentoub merged commit 41fd569 into dotnet:master Aug 17, 2017
@safern
Copy link
Member

safern commented Aug 17, 2017

@adityamandaleeka could you please port this to release/uwp6.0 branch?

@adityamandaleeka
Copy link
Member Author

@safern Done, I just opened #23365

@karelz karelz modified the milestone: 2.1.0 Aug 20, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants