Imported Upstream version 6.0.0.172

Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-04-12 14:10:50 +00:00
parent 8016999e4d
commit 64ac736ec5
32155 changed files with 3981439 additions and 75368 deletions

View File

@ -38,6 +38,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions {
[TestFixture]
[Category("SRE")]
public class ExpressionTest {
[Test]

View File

@ -29,6 +29,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_Add
{
[Test]

View File

@ -28,6 +28,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_AddChecked
{
[Test]

View File

@ -29,6 +29,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_And
{
[Test]

View File

@ -29,6 +29,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_AndAlso
{
[Test]

View File

@ -29,6 +29,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_ArrayIndex
{
[Test]

View File

@ -37,6 +37,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_ArrayLength
{
[Test]

View File

@ -29,6 +29,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_Bind
{
[Test]

View File

@ -38,6 +38,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions {
[TestFixture]
[Category("SRE")]
public class ExpressionTest_Call {
[Test]

View File

@ -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");

View File

@ -36,6 +36,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions {
[TestFixture]
[Category("SRE")]
public class ExpressionTest_Condition {
[Test]

View File

@ -27,6 +27,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_Constant
{
[Test]

View File

@ -35,6 +35,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions {
[TestFixture]
[Category("SRE")]
public class ExpressionTest_Convert {
[Test]

View File

@ -28,6 +28,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_Divide
{
[Test]

View File

@ -36,6 +36,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions {
[TestFixture]
[Category("SRE")]
public class ExpressionTest_ElementInit {
[Test]

View File

@ -30,6 +30,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_Equal
{
[Test]

View File

@ -28,6 +28,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_ExclusiveOr
{
[Test]

View File

@ -28,6 +28,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_Field
{
[Test]

View File

@ -35,6 +35,7 @@ using NUnit.Framework;
namespace MonoTests.System.Linq.Expressions
{
[TestFixture]
[Category("SRE")]
public class ExpressionTest_GreaterThan
{
[Test]

View File

@ -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