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

[Android] Some System.Text.Json tests are failing on Android x86 #72862

Closed
simonrozsival opened this issue Jul 26, 2022 · 1 comment · Fixed by #74080
Closed

[Android] Some System.Text.Json tests are failing on Android x86 #72862

simonrozsival opened this issue Jul 26, 2022 · 1 comment · Fixed by #74080
Labels
arch-x86 area-System.Text.Json disabled-test The test is disabled in source code against the issue os-android
Milestone

Comments

@simonrozsival
Copy link
Member

simonrozsival commented Jul 26, 2022

This is a tracking issue for the following disabled tests:

  • System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues
  • System.Text.Json.Serialization.Tests.ConstructorTests.MultipleThreads
  • System.Text.Json.Serialization.Tests.ConstructorTests.PropertyCacheWithMinInputsLast
  • System.Text.Json.Serialization.Tests.ConstructorTests.ReadSimpleObjectAsync
  • System.Text.Json.Serialization.Tests.ConstructorTests.ReadSimpleObjectWithTrailingTriviaAsync
  • System.Text.Json.Serialization.Tests.ContinuationTests.ShouldWorkAtAnyPosition_Sequence
  • System.Text.Json.Serialization.Tests.ContinuationTests.ShouldWorkAtAnyPosition_Stream
  • System.Text.Json.Serialization.Tests.NumberHandlingTests.Number_AsRootType_RoundTrip
  • System.Text.Json.Serialization.Tests.NumberHandlingTests.Number_AsCollectionElement_RoundTrip
  • System.Text.Json.Serialization.Tests.NumberHandlingTests.DictionariesRoundTrip
  • System.Text.Json.Tests.Utf8JsonReaderTests.TestingNumbers_GetMethods
  • System.Text.Json.Tests.Utf8JsonReaderTests.TestingNumbers_TryGetMethods

Reported in #72101
Disabled in #72664, #72863

@simonrozsival simonrozsival added arch-x86 area-System.Text.Json disabled-test The test is disabled in source code against the issue os-android labels Jul 26, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jul 26, 2022
@ghost
Copy link

ghost commented Jul 26, 2022

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

Issue Details

This is a tracking issue for the following disabled tests:

  • System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues
  • System.Text.Json.Serialization.Tests.ConstructorTests.MultipleThreads
  • System.Text.Json.Serialization.Tests.ConstructorTests.PropertyCacheWithMinInputsLast
  • System.Text.Json.Serialization.Tests.ConstructorTests.ReadSimpleObjectAsync
  • System.Text.Json.Serialization.Tests.ConstructorTests.ReadSimpleObjectWithTrailingTriviaAsync
  • System.Text.Json.Serialization.Tests.ContinuationTests.ShouldWorkAtAnyPosition_Sequence
  • System.Text.Json.Serialization.Tests.ContinuationTests.ShouldWorkAtAnyPosition_Stream
  • System.Text.Json.Serialization.Tests.NumberHandlingTests.Number_AsRootType_RoundTrip
  • System.Text.Json.Serialization.Tests.NumberHandlingTests.Number_AsCollectionElement_RoundTrip
  • System.Text.Json.Serialization.Tests.NumberHandlingTests.DictionariesRoundTrip
  • System.Text.Json.Tests.Utf8JsonReaderTests.TestingNumbers_GetMethods
  • System.Text.Json.Tests.Utf8JsonReaderTests.TestingNumbers_TryGetMethods

Reported in #72101
Disabled in #72664

Author: simonrozsival
Assignees: -
Labels:

arch-x86, area-System.Text.Json, disabled-test, os-android

Milestone: -

@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Aug 1, 2022
@steveisok steveisok added this to the 8.0.0 milestone Aug 1, 2022
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Aug 18, 2022
akoeplinger pushed a commit that referenced this issue Aug 18, 2022
Issue was fixed by #65723, enabling all related tests.

Fixes #72862
Fixes #37093
Fixes #71252
Fixes #68906
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Aug 18, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-x86 area-System.Text.Json disabled-test The test is disabled in source code against the issue os-android
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants