Imported Upstream version 5.0.0.42

Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2017-04-10 11:41:01 +00:00
parent 1190d13a04
commit 6bdd276d05
19939 changed files with 3099680 additions and 93811 deletions

View File

@ -106,7 +106,7 @@ namespace MonoTests.System.Xml.Xsl
}
[Test]
[Category ("NotWorking")] // it depends on "mcs" existence
[Category ("MobileNotWorking")]
public void TestCSharp ()
{
string style = xslstring.Replace ("***** rewrite here *****", cs1);
@ -136,8 +136,8 @@ namespace MonoTests.System.Xml.Xsl
}
[Test]
[Ignore ("Actually it should throw compile exception")]
[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'
@ -162,7 +162,6 @@ namespace MonoTests.System.Xml.Xsl
}
[Test]
[Category ("NotWorking")] // it depends on "mcs" existence
public void CompilerWarningsShouldBeIgnored ()
{
string script = @"<xslt:stylesheet xmlns:xslt='http://www.w3.org/1999/XSL/Transform' version='1.0' xmlns:msxsl='urn:schemas-microsoft-com:xslt'
@ -190,7 +189,6 @@ namespace MonoTests.System.Xml.Xsl
}
[Test]
[Category ("NotWorking")] // it depends on "mcs" existence
public void CompileNoLineInfoSource ()
{
// bug #76116