You've already forked linux-packaging-mono
Imported Upstream version 5.12.0.220
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
parent
8bd104cef2
commit
8fc30896db
@ -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;
|
||||
|
Reference in New Issue
Block a user