Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit fe0edc4

Browse files
author
Paulo Janotti
authored
Marking tests affected by 27740 in XmlSchemaValidatorApi as active issue (#28679)
* Marking tests affected by 27740 as active issue * ActiveIssue for other test in XmlSchema using TempDirectory
1 parent 83c87a0 commit fe0edc4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public void v2()
8585
Assert.True(false);
8686
}
8787

88+
[ActiveIssue(27740, TestPlatforms.AnyUnix)]
8889
[Fact]
8990
//[Variation(Desc = "TFS_470021 Unexpected local particle qualified name when chameleon schema is added to set")]
9091
public void TFS_470021()

src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ public void CreateSchema2(string testDirectory)
893893
}
894894

895895
//TFS_538324
896+
[ActiveIssue(27740, TestPlatforms.AnyUnix)]
896897
[Fact]
897898
public void XSDValidationGeneratesInvalidError_1()
898899
{
@@ -919,6 +920,7 @@ public void XSDValidationGeneratesInvalidError_1()
919920
}
920921

921922
//TFS_538324
923+
[ActiveIssue(27740, TestPlatforms.AnyUnix)]
922924
[Fact]
923925
public void XSDValidationGeneratesInvalidError_2()
924926
{

0 commit comments

Comments
 (0)