Skip to content

Reenable Android.Device_Emulator.Aot.Test.csproj #50332

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

Merged
merged 2 commits into from
Mar 31, 2021
Merged

Conversation

akoeplinger
Copy link
Member

Closes #49757

@ghost
Copy link

ghost commented Mar 28, 2021

Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

Issue Details

Closes #49757

Author: akoeplinger
Assignees: -
Labels:

area-Infrastructure-libraries

Milestone: -

@akoeplinger akoeplinger marked this pull request as ready for review March 31, 2021 20:44
@akoeplinger akoeplinger requested a review from steveisok March 31, 2021 20:48
@@ -68,6 +68,11 @@
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\System.Text.RegularExpressions.Tests.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetOS)' == 'Android' and '$(TargetArchitecture)' == 'x86'">
<!-- https://github.com/dotnet/runtime/issues/50493 -->
<FunctionalTestExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\Android\Device_Emulator\AOT\Android.Device_Emulator.Aot.Test.csproj" />
Copy link
Member

Choose a reason for hiding this comment

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

Curious why didn't we choose to use ProjectExclusions for this case?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm it felt like a good idea to separate from the normal unit tests but now that I look again it's probably unnecessary. Will merge to unblock the tests and rename this in a follow-up PR.

@akoeplinger akoeplinger merged commit bdadd59 into main Mar 31, 2021
@akoeplinger akoeplinger deleted the akoeplinger-patch-1 branch March 31, 2021 21:39
akoeplinger added a commit that referenced this pull request Mar 31, 2021
stephentoub pushed a commit that referenced this pull request Apr 1, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 30, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

linker bump breaks AOTing on iOS and Android when EnableAggressiveTrimming=true
4 participants