Merge pull request #4152 from BrzVlad/misc-gc-altstack
[mono.git] / mcs / class / System.Core / Test / System.Linq.Expressions / ExpressionTest_Coalesce.cs
index e9c43fe4da1252cebe8430e89daceac8eec918e5..2ab978d51876f4e468d375dc9b74b98bd0a4188e 100644 (file)
@@ -87,7 +87,6 @@ namespace MonoTests.System.Linq.Expressions
                }
 
                [Test]
-               [Category ("NotWorkingInterpreter")]
                public void CoalesceNullableInt ()
                {
                        var a = Expression.Parameter (typeof (int?), "a");
@@ -116,7 +115,6 @@ namespace MonoTests.System.Linq.Expressions
                }
 
                [Test]
-               [Category ("NotWorkingInterpreter")]
                public void CoalesceNullableToNonNullable ()
                {
                        var a = Expression.Parameter (typeof (int?), "a");
@@ -134,7 +132,6 @@ namespace MonoTests.System.Linq.Expressions
                }
 
                [Test]
-               [Category ("NotWorkingInterpreter")]
                [Category ("NotDotNet")] // https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=349822
                public void CoalesceUserDefinedConversion ()
                {
@@ -166,9 +163,6 @@ namespace MonoTests.System.Linq.Expressions
                }
 
                [Test]
-               // #12987
-               [Category ("MobileNotWorking")]
-               [Category ("NotWorkingInterpreter")]
                public void CoalesceNullableSlotIntoInteger ()
                {
                        var s = Expression.Parameter (typeof (Slot?), "s");