-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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.Serialization.Xml.Tests failed #59926
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
@SamMonoRT is it possible to do something so this doesn't happen in the PRs? i.e. if it's affecting some single test cases could they be disabled? this is currently showing quite frequently on PRs |
@radekdoulik @vargaz @radical - seems like this is showing up only recently. Can you take a look and see if it makes sense to either fix the issue or disable the test so CI is green again ? |
@radical ping, this has affected 28 builds in the last week, can you please investigate to see if possible to disable? |
I have disabled the tests in #60258 . And I'm investigating the issue. |
I couldn't reproduce this on macOS, but I can on ubuntu20.04 . The trace suggests that it is in an exception throw/catch loop. Useful for testing: |
@radical I think you might need to extend the exclusion a bit, we're still getting some hits of this (see runfo stats in the issue) |
hm only some of these are actually wasm builds. Others seem to be failing due to various infra issues. If this is being used as the general tracking issues by the bot, then maybe we should move the wasm specific part to a separate issue. |
Opened a new issue for the wasm specific bit - #61061 |
The failures that runfo are listing here look like other failures, e.g. dotnet/arcade#9208 or actual PR issues. Will unmark it as blocking but keep it open for the wasm disabled test. |
#61061 is tracking the disabled test, so we can close this issue based on #59926 (comment) . |
This was disabled due to dotnet#59926, which was then tracked by dotnet#61061 . The stack overflow is due to one specific test though, and the rest of the tests can be enabled if we skip this one - `DCS_DeeplyLinkedData`.
* Reenable `System.Runtime.Serialization.Xml.Tests` This was disabled due to #59926, which was then tracked by #61061 . The stack overflow is due to one specific test though, and the rest of the tests can be enabled if we skip this one - `DCS_DeeplyLinkedData`. * Disable the test with `SkipOnPlatform` instead, for wasm, as it is .. unlikely to be fixed (- vargaz).
Runfo Tracking Issue: system.runtime.serialization.xml.tests work item
Build Result Summary
The text was updated successfully, but these errors were encountered: