Imported Upstream version 5.16.0.100

Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-08-07 15:19:03 +00:00
parent 0a9828183b
commit 7d7f676260
4419 changed files with 170950 additions and 90273 deletions

View File

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