We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4b413 commit 319391eCopy full SHA for 319391e
src/tests/issues.targets
@@ -922,13 +922,6 @@
922
</ExcludeList>
923
</ItemGroup>
924
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
-
932
<!-- NativeAOT specific -->
933
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
934
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/NegativeTestCases/**">
0 commit comments