Skip to content

Commit

Permalink
[NativeAot] Start running S.R.Metadata tests (#76583)
Browse files Browse the repository at this point in the history
* Check if S.R.Metadata tests now pass

This was hitting a compiler crash due to System.Reflection.Metadata bug around generic attributes. Since we now host the compiler with RC1 bits, the problem should be gone.

No merge for now because this should not be promoted to a smoke test, just unblocked in the extra-platforms run.

* Update tests.proj
  • Loading branch information
MichalStrehovsky committed Oct 4, 2022
1 parent be89484 commit 8fd74f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libraries/tests.proj
Expand Up @@ -480,7 +480,6 @@
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Mail\tests\Functional\System.Net.Mail.Functional.Tests.csproj"
Condition="'$(TargetOS)' == 'windows'"/>

<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Reflection.Metadata\tests\System.Reflection.Metadata.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Http.Json\tests\FunctionalTests\System.Net.Http.Json.Functional.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Linq.Parallel\tests\System.Linq.Parallel.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
Expand Down

0 comments on commit 8fd74f3

Please sign in to comment.