Skip to content

Commit

Permalink
Re-enable DynamicGenerics test on OSX (#76489)
Browse files Browse the repository at this point in the history
Fixes #73299
  • Loading branch information
jkotas authored Oct 2, 2022
1 parent 7d4b413 commit 319391e
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 319391e

Please sign in to comment.