Skip to content

Commit 319391e

Browse files
authored
Re-enable DynamicGenerics test on OSX (#76489)
Fixes #73299
1 parent 7d4b413 commit 319391e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tests/issues.targets

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -922,13 +922,6 @@
922922
</ExcludeList>
923923
</ItemGroup>
924924

925-
<!-- All OSX targets on NativeAOT -->
926-
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsOSX)' == 'true' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr' ">
927-
<ExcludeList Include="$(XunitTestBinBase)/nativeaot/SmokeTests/DynamicGenerics/DynamicGenerics/*">
928-
<Issue>https://github.com/dotnet/runtime/issues/73299</Issue>
929-
</ExcludeList>
930-
</ItemGroup>
931-
932925
<!-- NativeAOT specific -->
933926
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
934927
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/NegativeTestCases/**">

0 commit comments

Comments
 (0)