Unblock tests blocked on 70012 (#73044)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Fri, 29 Jul 2022 06:00:55 +0000 (15:00 +0900)
committerGitHub <noreply@github.com>
Fri, 29 Jul 2022 06:00:55 +0000 (15:00 +0900)
src/libraries/System.Linq.Expressions/tests/Member/MemberAccessTests.cs
src/libraries/System.Linq.Expressions/tests/Unary/UnaryUnboxTests.cs
src/libraries/tests.proj

index 2f0ef38..ae9913e 100644 (file)
@@ -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<Func<int>> e =
index 3f7fac6..2ec6124 100644 (file)
@@ -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<Func<object>> e =
index 8fe65c9..18b04c0 100644 (file)
     <SmokeTestProject Include="$(MSBuildThisFileDirectory)System.IO.Compression\tests\System.IO.Compression.Tests.csproj" />
     <SmokeTestProject Include="$(MSBuildThisFileDirectory)System.IO.FileSystem\tests\System.IO.FileSystem.Tests.csproj" />
     <SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Threading\tests\System.Threading.Tests.csproj" />
-    <!-- Remove the condition after https://github.com/dotnet/runtime/issues/70012 is fixed -->
-    <SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj"
-                      Condition="'$(TargetOS)' == 'windows'" />
+    <SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj" />
   </ItemGroup>
 
   <ItemGroup>