You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
@ -38,6 +38,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions {
|
||||
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest {
|
||||
|
||||
[Test]
|
||||
|
@ -29,6 +29,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Add
|
||||
{
|
||||
[Test]
|
||||
|
@ -28,6 +28,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_AddChecked
|
||||
{
|
||||
[Test]
|
||||
|
@ -29,6 +29,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_And
|
||||
{
|
||||
[Test]
|
||||
|
@ -29,6 +29,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_AndAlso
|
||||
{
|
||||
[Test]
|
||||
|
@ -29,6 +29,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_ArrayIndex
|
||||
{
|
||||
[Test]
|
||||
|
@ -37,6 +37,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_ArrayLength
|
||||
{
|
||||
[Test]
|
||||
|
@ -29,6 +29,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Bind
|
||||
{
|
||||
[Test]
|
||||
|
@ -38,6 +38,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions {
|
||||
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Call {
|
||||
|
||||
[Test]
|
||||
|
@ -29,6 +29,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Coalesce
|
||||
{
|
||||
[Test]
|
||||
@ -133,7 +134,6 @@ namespace MonoTests.System.Linq.Expressions
|
||||
|
||||
[Test]
|
||||
[Category ("NotDotNet")] // https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=349822
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void CoalesceUserDefinedConversion ()
|
||||
{
|
||||
var s = Expression.Parameter (typeof (string), "s");
|
||||
|
@ -36,6 +36,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions {
|
||||
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Condition {
|
||||
|
||||
[Test]
|
||||
|
@ -27,6 +27,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Constant
|
||||
{
|
||||
[Test]
|
||||
|
@ -35,6 +35,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions {
|
||||
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Convert {
|
||||
|
||||
[Test]
|
||||
|
@ -28,6 +28,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Divide
|
||||
{
|
||||
[Test]
|
||||
|
@ -36,6 +36,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions {
|
||||
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_ElementInit {
|
||||
|
||||
[Test]
|
||||
|
@ -30,6 +30,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Equal
|
||||
{
|
||||
[Test]
|
||||
|
@ -28,6 +28,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_ExclusiveOr
|
||||
{
|
||||
[Test]
|
||||
|
@ -28,6 +28,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_Field
|
||||
{
|
||||
[Test]
|
||||
|
@ -35,6 +35,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_GreaterThan
|
||||
{
|
||||
[Test]
|
||||
|
@ -35,6 +35,7 @@ using NUnit.Framework;
|
||||
namespace MonoTests.System.Linq.Expressions
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("SRE")]
|
||||
public class ExpressionTest_GreaterThanOrEqual
|
||||
{
|
||||
[Test]
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user