From b6115b0041222802a5693ed412efcdac1ab091f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Strehovsk=C3=BD?= Date: Fri, 29 Jul 2022 15:00:55 +0900 Subject: [PATCH] Unblock tests blocked on 70012 (#73044) --- .../System.Linq.Expressions/tests/Member/MemberAccessTests.cs | 1 - src/libraries/System.Linq.Expressions/tests/Unary/UnaryUnboxTests.cs | 1 - src/libraries/tests.proj | 4 +--- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/libraries/System.Linq.Expressions/tests/Member/MemberAccessTests.cs b/src/libraries/System.Linq.Expressions/tests/Member/MemberAccessTests.cs index 2f0ef38..ae9913e 100644 --- a/src/libraries/System.Linq.Expressions/tests/Member/MemberAccessTests.cs +++ b/src/libraries/System.Linq.Expressions/tests/Member/MemberAccessTests.cs @@ -398,7 +398,6 @@ namespace System.Linq.Expressions.Tests [Theory] [ClassData(typeof(CompilationTypes))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/70012", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot), nameof(PlatformDetection.IsArm64Process))] public static void CheckMemberAccessClassInstanceIndexerAssignNullReferenceTest(bool useInterpreter) { Expression> e = diff --git a/src/libraries/System.Linq.Expressions/tests/Unary/UnaryUnboxTests.cs b/src/libraries/System.Linq.Expressions/tests/Unary/UnaryUnboxTests.cs index 3f7fac6..2ec6124 100644 --- a/src/libraries/System.Linq.Expressions/tests/Unary/UnaryUnboxTests.cs +++ b/src/libraries/System.Linq.Expressions/tests/Unary/UnaryUnboxTests.cs @@ -29,7 +29,6 @@ namespace System.Linq.Expressions.Tests #region Test verifiers - [ActiveIssue("https://github.com/dotnet/runtime/issues/70012", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot), nameof(PlatformDetection.IsArm64Process))] private static void VerifyUnbox(object value, Type type, bool shouldThrow, bool useInterpreter) { Expression> e = diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 8fe65c9..18b04c0 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -576,9 +576,7 @@ - - + -- 2.7.4