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

Enable skipped Runtime.Extensions tests on Android #56586

Merged
merged 6 commits into from
Jul 31, 2021

Conversation

steveisok
Copy link
Member

  1. AppDomain TestingCreateInstanceFromObjectHandle and TestingCreateInstanceFromObjectHandleFullSignature were failing because the assembly file to load has to be case sensitive and wasn't.

  2. AppDomain TargetFrameworkTest was permanently skipped

  3. StringComparerTests CreateFromCultureAndOptions, CreateFromCultureAndOptionsStringSort, and CreateWithCulturesTest skips testing the turkish culture as it's problematic on Android

  4. Environment.Exit ExitCode_VoidMainAppReturnsSetValue was permanently skipped

Fixes #49868

1. AppDomain TestingCreateInstanceFromObjectHandle and TestingCreateInstanceFromObjectHandleFullSignature were failing because the assembly file to load has to be case sensitive and wasn't.

2. AppDomain TargetFrameworkTest was permanently skipped

3. StringComparerTests CreateFromCultureAndOptions, CreateFromCultureAndOptionsStringSort, and CreateWithCulturesTest skips testing the turkish culture as it's problematic on Android

4. Environment.Exit ExitCode_VoidMainAppReturnsSetValue was permanently skipped

Fixes dotnet#49868
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

…Tests.cs

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
@steveisok steveisok merged commit 3ec2f67 into dotnet:main Jul 31, 2021
@steveisok steveisok deleted the enable-droid-tests-grabbag branch July 31, 2021 13:10
@ghost ghost locked as resolved and limited conversation to collaborators Aug 30, 2021
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.

System.Runtime.Extensions.Tests Android Test Failures
4 participants