Skip to content

Commit

Permalink
Unblock tests blocked on 70012 (#73044)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Jul 29, 2022
1 parent 2781e17 commit b6115b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ public static void CheckMemberAccessClassInstanceIndexerNullReferenceTest(bool u

[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 =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public static void ToStringTest()

#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 =
Expand Down
4 changes: 1 addition & 3 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,7 @@
<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>
Expand Down

0 comments on commit b6115b0

Please sign in to comment.