Skip to content

Commit

Permalink
Re-enable DynamicGenerics test on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Oct 1, 2022
1 parent fd9fc1d commit 8851c3a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -922,13 +922,6 @@
</ExcludeList>
</ItemGroup>

<!-- All OSX targets on NativeAOT -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsOSX)' == 'true' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr' ">
<ExcludeList Include="$(XunitTestBinBase)/nativeaot/SmokeTests/DynamicGenerics/DynamicGenerics/*">
<Issue>https://github.com/dotnet/runtime/issues/73299</Issue>
</ExcludeList>
</ItemGroup>

<!-- NativeAOT specific -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/NegativeTestCases/**">
Expand Down

0 comments on commit 8851c3a

Please sign in to comment.