Skip to content

Commit b6115b0

Browse files
Unblock tests blocked on 70012 (#73044)
1 parent 2781e17 commit b6115b0

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/libraries/System.Linq.Expressions/tests/Member/MemberAccessTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ public static void CheckMemberAccessClassInstanceIndexerNullReferenceTest(bool u
398398

399399
[Theory]
400400
[ClassData(typeof(CompilationTypes))]
401-
[ActiveIssue("https://github.com/dotnet/runtime/issues/70012", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot), nameof(PlatformDetection.IsArm64Process))]
402401
public static void CheckMemberAccessClassInstanceIndexerAssignNullReferenceTest(bool useInterpreter)
403402
{
404403
Expression<Func<int>> e =

src/libraries/System.Linq.Expressions/tests/Unary/UnaryUnboxTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public static void ToStringTest()
2929

3030
#region Test verifiers
3131

32-
[ActiveIssue("https://github.com/dotnet/runtime/issues/70012", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot), nameof(PlatformDetection.IsArm64Process))]
3332
private static void VerifyUnbox(object value, Type type, bool shouldThrow, bool useInterpreter)
3433
{
3534
Expression<Func<object>> e =

src/libraries/tests.proj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,7 @@
576576
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.IO.Compression\tests\System.IO.Compression.Tests.csproj" />
577577
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.IO.FileSystem\tests\System.IO.FileSystem.Tests.csproj" />
578578
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Threading\tests\System.Threading.Tests.csproj" />
579-
<!-- Remove the condition after https://github.com/dotnet/runtime/issues/70012 is fixed -->
580-
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj"
581-
Condition="'$(TargetOS)' == 'windows'" />
579+
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj" />
582580
</ItemGroup>
583581

584582
<ItemGroup>

0 commit comments

Comments
 (0)