-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues failing on Android x86 in rolling build of runtime-extra-platforms #69800
Comments
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis Issue DetailsDescriptionIn last rolling build of runtime-extra-platforms System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues test is failing with following exception at System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonNode/JsonNodeOperatorTests.cs:line 105 Assert.Equal() Failure Reproduction StepsCheck last rolling build of runtime-extra-platforms Expected behaviorSystem.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues should pass. Actual behaviorSystem.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues is failing. Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
From commit history only things that more or less can be related maybe are these PRs #69326 and #69768, @MichalStrehovsky , @eiriktsarpalis could you please take a look? can these PRs be related? |
According to the test results the following assertion is failing: Line 105 in b7b59cd
For whatever reason the error message states that the expected value is |
This affected file is not included from Mono, so I'm 100% sure it's unrelated. |
Seems the failure was sporadic, not available on new build. |
Should this be closed now? |
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsDescriptionIn last rolling build of runtime-extra-platforms System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues test is failing with following exception at System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonNode/JsonNodeOperatorTests.cs:line 105 Assert.Equal() Failure Reproduction StepsCheck last rolling build of runtime-extra-platforms Expected behaviorSystem.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues should pass. Actual behaviorSystem.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues is failing. Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
This is still happening - see runfo
Given the impact, can we please disable the test ASAP on Android? @steveisok |
Test is disabled now - thanks @mkhamoyan! Not blocking CI anymore. |
Description
In last rolling build of runtime-extra-platforms System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues test is failing with following exception at System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/JsonNode/JsonNodeOperatorTests.cs:line 105
at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, Span`1 args, BindingFlags invokeAttr)
Assert.Equal() Failure
Expected: NaN
Actual: 2.2000000000000002
Reproduction Steps
Check last rolling build of runtime-extra-platforms
Expected behavior
System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues should pass.
Actual behavior
System.Text.Json.Nodes.Tests.OperatorTests.ExplicitOperators_FromValues is failing.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: