-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Disable failing System.Text.Json tests on Android x86 and on Browser with threading enabled #72664
Disable failing System.Text.Json tests on Android x86 and on Browser with threading enabled #72664
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsOn Android x86, there is a problem with deserialization of doubles. This PR disables these tests. /cc @radical
|
/azp run runtime-extra-platforms |
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsOn Android x86, there is a problem with deserialization of doubles. This PR disables these tests. /cc @radical
|
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure those are the only tests failing? (or most frequent) AFAIK most of our intermittent failures used to happen in random tests and random tests happened to manifest the issue. Approving since this is scoped to Android X86
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
cc @karelz |
On Android x86, there is a problem with deserialization of doubles.
On Browser with multi-threading enabled, the System.Text.Json tests are timeouting.
This PR disables these tests.
Ref #72101
Ref #65723
/cc @radical