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

System.Runtime.Extensions.Tests Android Test Failures #49868

Closed
1 of 8 tasks
steveisok opened this issue Mar 19, 2021 · 1 comment · Fixed by #56586
Closed
1 of 8 tasks

System.Runtime.Extensions.Tests Android Test Failures #49868

steveisok opened this issue Mar 19, 2021 · 1 comment · Fixed by #56586
Labels
Milestone

Comments

@steveisok
Copy link
Member

steveisok commented Mar 19, 2021

The following tests are failing and will be disabled until we can address them:

  • System.Tests.Environment_Exit.ExitCode_VoidMainAppReturnsSetValue
  • System.Tests.AppDomainTests.TargetFrameworkTest
  • System.Tests.OperatingSystemTests.TestIsOSPlatform_Android
  • System.Tests.AppDomainTests.TestingCreateInstanceFromObjectHandle
  • System.Tests.AppDomainTests.TestingCreateInstanceFromObjectHandleFullSignature
  • System.Tests.StringComparerTests.CreateFromCultureAndOptions
  • System.Tests.StringComparerTests.CreateFromCultureAndOptionsStringSort
  • System.Tests.StringComparerTests.CreateWithCulturesTest

Edit: Updated with #50095

@dotnet-issue-labeler
Copy link

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

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Mar 19, 2021
@steveisok steveisok added os-android area-System.Runtime runtime-mono specific to the Mono runtime and removed untriaged New issue has not been triaged by the area owner labels Mar 19, 2021
@steveisok steveisok added this to the 6.0.0 milestone Mar 19, 2021
@mdh1418 mdh1418 changed the title System.Runtime.Extensions Android Test Failures System.Runtime.Extensions.Tests Android Test Failures Apr 1, 2021
steveisok pushed a commit to steveisok/runtime that referenced this issue Jul 29, 2021
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
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jul 29, 2021
steveisok added a commit that referenced this issue Jul 31, 2021
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
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jul 31, 2021
@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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant