-
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.Xml.XmlSchema.XmlSchemaValidatorApi.Tests Fails on Android #50946
Comments
Tagging subscribers to this area: @buyaa-n, @krwq Issue DetailsSystem.Xml.XmlSchema.XmlSchemaValidatorApi.Tests
|
@mdh1418 These tests pass on Android and can be re-enabled. |
…ng improperly set (#56635) Fixes #50576 Fixes #50881 Fixes #50916 Fixes #50917 Fixes #50918 Fixes #50919 Fixes #50927 Fixes #50928 Fixes #50944 Fixes #50945 Fixes #50946 Fixes #50947 Fixes #50948 Fixes #50999 When setting up functional tests for mobile, the feature switches being used for the tests were misplaced in a broader project, affecting the library tests and causing failures. After moving the feature switches to the scope of functional tests as done in #53253, these test suites no longer fail and can be re-enabled.
System.Xml.XmlSchema.XmlSchemaValidatorApi.Tests
System.Xml.Tests.TCValidateWhitespace_String.WhitespaceInEmptyContent__Invalid
System.Xml.Tests.TCValidateAttribute_String.ValidateSameAttributeTwice
System.Xml.Tests.TCValidateText.EmptyContent
System.Xml.Tests.TCValidateText.ElementOnlyContent
System.Xml.Tests.TCValidateText_String.EmptyContent
System.Xml.Tests.TCValidateText_String.ElementOnlyContent
System.Xml.Tests.TCXmlResolver.SetResolverToCustomValidateSomethingSetResolverToNullThenVerify
System.Xml.Tests.TCValidateAttribute.ValidateSameAttributeTwice
System.Xml.Tests.TCEndValidation.TestForRootLevelIdentityConstraints_Valid_IDREFMissingInvalid_IgnoreIdentityConstraintsIsSetInvalid
System.Xml.Tests.TCSkipToEndElement.CheckThatSkipToEndElementJumpsIntoRightContext
System.Xml.Tests.TCValidateWhitespace.WhitespaceInEmptyContent__Invalid
System.Xml.Tests.TCValidateEndElement.CallValidateTextThenValidateEndElementWithTypedValue
System.Xml.Tests.TCValidateEndElement.TestForIdentityConstraints_Valid_InvalidDuplicateKey_InvalidKeyRefMissing_InvalidIdentitiConstraintIsSet
System.Xml.Tests.TCValidateEndElement.CallValidateEndElementWithTypedValueForComplexContent
System.Xml.Tests.TCValidateEndOfAttributes.CallWithoutValidationOfRequiredAttribute
System.Xml.Tests.TCValidateElement.PassInvalidName_First_Second_Overload
System.Xml.Tests.TCValidateElement.CallWith_Null_False_XsiNil
System.Xml.Tests.TCValidateElement.CheckThatWarningOccursWhenInvalidSchemaLocationIsProvided
System.Xml.Tests.TCValidateElement.CheckSchemaLocationIs_UsedWhenSpecified_NotUsedWhenFlagIsNotSet
System.Xml.Tests.TCValidateElement.CheckThatWarningOccursWhenUndefinedElementIsValidatedWithLaxValidation
System.Xml.Tests.TCValidateElement.CheckThatWarningOccursWhenInvalidNoNamespaceSchemaLocationIsProvided
System.Xml.Tests.TCValidateElement.ProvideInvalidXsiType
System.Xml.Tests.TCValidateElement.CheckNoNamespaceSchemaLocationIs_UsedWhenSpecified_NotUsedWhenFlagIsSet
System.Xml.Tests.TCInitialize.InitializeWithElementValidate_OtherElement_Type_Attribute
System.Xml.Tests.TCInitialize.InitializeWithAttributeValidate_OtherAttribute_Element_Type
System.Xml.Tests.TCInitialize.InitializeWithTypeValidate_OtherType_Attribute
The text was updated successfully, but these errors were encountered: