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

Reenable System.Runtime.Serialization.Xml.Tests #68921

Merged
merged 4 commits into from
May 10, 2022

Commits on May 5, 2022

  1. Reenable System.Runtime.Serialization.Xml.Tests

    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`.
    radical committed May 5, 2022
    Configuration menu
    Copy the full SHA
    51acc0d View commit details
    Browse the repository at this point in the history
  2. Disable the test with SkipOnPlatform instead, for wasm, as it is

    .. unlikely to be fixed (- vargaz).
    radical committed May 5, 2022
    Configuration menu
    Copy the full SHA
    612b996 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    28b0c80 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    2177db6 View commit details
    Browse the repository at this point in the history