Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Janotti <pauloja@microsoft.com>2018-03-31 15:57:25 +0300
committerGitHub <noreply@github.com>2018-03-31 15:57:25 +0300
commitfe0edc425686dc6d1229745daba253c3f6abde91 (patch)
tree9a9c54c767c5c8748a90d912feb18b5e600ac9d3 /src/System.Private.Xml
parent83c87a02da70b05ea0cd76a39430dd399bd6bbdc (diff)
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
Diffstat (limited to 'src/System.Private.Xml')
-rw-r--r--src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs1
-rw-r--r--src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs
index b360f5bd19..43fde8b0fa 100644
--- a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs
+++ b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/TC_SchemaSet_Compile.cs
@@ -85,6 +85,7 @@ namespace System.Xml.Tests
Assert.True(false);
}
+ [ActiveIssue(27740, TestPlatforms.AnyUnix)]
[Fact]
//[Variation(Desc = "TFS_470021 Unexpected local particle qualified name when chameleon schema is added to set")]
public void TFS_470021()
diff --git a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs
index 31e44a8e33..707709f43c 100644
--- a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs
+++ b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/ValidateMisc.cs
@@ -893,6 +893,7 @@ namespace System.Xml.Tests
}
//TFS_538324
+ [ActiveIssue(27740, TestPlatforms.AnyUnix)]
[Fact]
public void XSDValidationGeneratesInvalidError_1()
{
@@ -919,6 +920,7 @@ namespace System.Xml.Tests
}
//TFS_538324
+ [ActiveIssue(27740, TestPlatforms.AnyUnix)]
[Fact]
public void XSDValidationGeneratesInvalidError_2()
{