Skip to content

Commit

Permalink
Annotate System.Runtime tests for NativeAOT (#69803)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschuster authored May 31, 2022
1 parent e63c241 commit afacf6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ private void ImportTypedRefOperationDependencies(int token, string reason)
}
else
{
_dependencies.Add(_factory.ConstructedTypeSymbol(type), reason);
_dependencies.Add(_factory.MaximallyConstructableType(type), reason);
}
}

Expand Down
1 change: 1 addition & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
<!-- Run only a small randomly chosen set of passing test suites -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj" />
<ProjectExclusions Remove="$(MSBuildThisFileDirectory)System.Collections\tests\System.Collections.Tests.csproj" />
<ProjectExclusions Remove="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Runtime.Tests.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit afacf6a

Please sign in to comment.