Skip to content

Commit

Permalink
Fix nativeaot-outerloop (dotnet#96906)
Browse files Browse the repository at this point in the history
PR dotnet#96605 added new generic arguments to the unit tests which need to
be preserved in the rd.xml since the test suite is not yet trim-compatible.
  • Loading branch information
agocke authored and tmds committed Jan 23, 2024
1 parent f60f79d commit 74210c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/libraries/System.Linq/tests/default.rd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
<Method Name="Max_AllTypes" Dynamic="Required All">
<GenericArgument Name="System.Int16,System.Runtime" />
</Method>
<Method Name="Max_AllTypes" Dynamic="Required All">
<GenericArgument Name="System.Char,System.Runtime" />
</Method>
<Method Name="Max_AllTypes" Dynamic="Required All">
<GenericArgument Name="System.UInt32,System.Runtime" />
</Method>
Expand Down Expand Up @@ -179,6 +182,12 @@
<Method Name="Max_AllTypes" Dynamic="Required All">
<GenericArgument Name="System.UIntPtr,System.Runtime" />
</Method>
<Method Name="Max_AllTypes" Dynamic="Required All">
<GenericArgument Name="System.Int128,System.Runtime" />
</Method>
<Method Name="Max_AllTypes" Dynamic="Required All">
<GenericArgument Name="System.UInt128,System.Runtime" />
</Method>
</Type>

<Type Name="System.Linq.Tests.CountTests">
Expand Down

0 comments on commit 74210c8

Please sign in to comment.