Imported Upstream version 5.12.0.220

Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-04-24 09:31:23 +00:00
parent 8bd104cef2
commit 8fc30896db
1200 changed files with 29534 additions and 26161 deletions

View File

@ -507,7 +507,7 @@ namespace MonoTests.System
}
[Test]
[Category ("InterpreterNotWorking")]
[Category ("NotWorkingRuntimeInterpreter")]
public void TestConstructSingle ()
{
Decimal d;
@ -630,7 +630,7 @@ namespace MonoTests.System
[Test]
[SetCulture("en-US")]
[Category ("InterpreterNotWorking")]
[Category ("NotWorkingRuntimeInterpreter")]
public void TestConstructDouble ()
{
Decimal d;
@ -729,7 +729,7 @@ namespace MonoTests.System
}
[Test]
[Category ("InterpreterNotWorking")]
[Category ("NotWorkingRuntimeInterpreter")]
public void TestConstructDoubleRound ()
{
decimal d;
@ -982,7 +982,7 @@ namespace MonoTests.System
}
[Test]
[Category ("InterpreterNotWorking")]
[Category ("NotWorkingRuntimeInterpreter")]
public void ToInt32 ()
{
Decimal d = 254.9m;
@ -1045,7 +1045,7 @@ namespace MonoTests.System
}
[Test]
[Category ("InterpreterNotWorking")]
[Category ("NotWorkingRuntimeInterpreter")]
public void ToSingle ()
{
Decimal d = 254.9m;
@ -1059,7 +1059,7 @@ namespace MonoTests.System
}
[Test]
[Category ("InterpreterNotWorking")]
[Category ("NotWorkingRuntimeInterpreter")]
public void ToDouble ()
{
Decimal d = 254.9m;