-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Apple mobile] Run System.Runtime.Serialization.Xml.ExporterTypesTests.TypesTest
when DataSetXmlSerializationIsSupported
is set
#113084
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
Conversation
/azp run runtime-ioslike |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
another option would be to exclude the trimmed type from testing when PlatformDetection.DataSetXmlSerializationIsSupported is true |
/azp run runtime-extra-platforms |
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.
Pull Request Overview
This PR adjusts test configuration for Apple mobile by enabling DataSetXmlSerialization support in the XML serialization tests.
- Replaces [Fact] with [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.DataSetXmlSerializationIsSupported))] to conditionally run tests based on platform capabilities.
DataSetXmlSerializationSupport
to true
in System.Runtime.Serialization.Xml.Tests
System.Runtime.Serialization.Xml.ExporterTypesTests.TypesTest
when DataSetXmlSerializationIsSupported
is set
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/ba-g wasm timeouts |
Description
Fixes #113062