Remove IgnoredTypes entries for the System.Runtime.Intrinsics.Arm.Arm64 types (dotnet...
authorTanner Gooding <tagoo@outlook.com>
Mon, 15 Apr 2019 00:46:34 +0000 (17:46 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2019 00:46:34 +0000 (17:46 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/7336f57f745e7399803902efca8fd085ff6ca326

src/libraries/pkg/test/frameworkSettings/netcoreapp3.0/settings.targets

index 988f206..b7df991 100644 (file)
   <ItemGroup Condition="'$(RuntimeIdentifier)' != '' AND !$(RuntimeIdentifier.StartsWith('win'))">
     <IgnoredTypes Include="System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" />
   </ItemGroup>
-  <ItemGroup>
-    <!-- https://github.com/dotnet/corefx/issues/36483 -->
-    <IgnoredTypes Include="System.Runtime.Intrinsics.Arm.Arm64.Aes" />
-    <IgnoredTypes Include="System.Runtime.Intrinsics.Arm.Arm64.Base" />
-    <IgnoredTypes Include="System.Runtime.Intrinsics.Arm.Arm64.Sha1" />
-    <IgnoredTypes Include="System.Runtime.Intrinsics.Arm.Arm64.Sha256" />
-    <IgnoredTypes Include="System.Runtime.Intrinsics.Arm.Arm64.Simd" />
-  </ItemGroup>
 </Project>