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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-12-22 12:38:02 +0300
committerMarek Safar <marek.safar@gmail.com>2016-12-22 12:38:02 +0300
commit27ab4a81758f424a6a62ad096cd300f1ee9f2780 (patch)
tree7692eb8efe0b7fa59186b7c6ca0d282e68fdc1af /mcs/class/System.XML
parent2659724dd383cd35dc0d51d415b4f7a99529fa9d (diff)
[System.Xml] Disable more failing tests on old xslt implementation
Diffstat (limited to 'mcs/class/System.XML')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Xsl/MsxslScriptTests.cs2
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Xsl/XslTransformTests.cs6
2 files changed, 6 insertions, 2 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Xsl/MsxslScriptTests.cs b/mcs/class/System.XML/Test/System.Xml.Xsl/MsxslScriptTests.cs
index 72c77d1641b..55ec88ab4cc 100644
--- a/mcs/class/System.XML/Test/System.Xml.Xsl/MsxslScriptTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml.Xsl/MsxslScriptTests.cs
@@ -106,6 +106,7 @@ namespace MonoTests.System.Xml.Xsl
}
[Test]
+ [Category ("MobileNotWorking")]
public void TestCSharp ()
{
string style = xslstring.Replace ("***** rewrite here *****", cs1);
@@ -136,6 +137,7 @@ namespace MonoTests.System.Xml.Xsl
[Test]
[ExpectedException (typeof (XsltException))]
+ [Category ("MobileNotWorking")]
public void InvalidScript ()
{
string script = @"<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:user='urn:my-scripts'
diff --git a/mcs/class/System.XML/Test/System.Xml.Xsl/XslTransformTests.cs b/mcs/class/System.XML/Test/System.Xml.Xsl/XslTransformTests.cs
index 69431cb1ede..1d5b3ab3932 100644
--- a/mcs/class/System.XML/Test/System.Xml.Xsl/XslTransformTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml.Xsl/XslTransformTests.cs
@@ -90,7 +90,8 @@ namespace MonoTests.System.Xml.Xsl
xslt.Load (new XPathDocument (new XmlTextReader (xsl, XmlNodeType.Document, null)));
}
- [Test()]
+ [Test]
+ [Category ("MobileNotWorking")]
public void MsxslTest() {
string _styleSheet = @"
<xslt:stylesheet xmlns:xslt=""http://www.w3.org/1999/XSL/Transform"" version=""1.0""
@@ -2300,7 +2301,7 @@ NO
}
[Test] // reverse case of #349375
-// [Category ("NotDotNet")]
+ [Category ("MobileNotWorking")]
public void PreserveWhitespace2 ()
{
XslCompiledTransform xslt = new XslCompiledTransform ();
@@ -2384,6 +2385,7 @@ NO
}
[Test]
+ [Category ("MobileNotWorking")]
public void Bug487065 ()
{
using (XmlReader input = GetInput ()) {