Remove exclusion of the UnitTest_GVM (#48003)
authorJan Vorlicek <jan.vorlicek@volny.cz>
Tue, 9 Feb 2021 02:15:01 +0000 (03:15 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Feb 2021 02:15:01 +0000 (21:15 -0500)
The test was disabled because it was failign with crossgen2. I am
removing the exclusion because the test is passing now.

src/tests/issues.targets

index 84f677b..a3967b5 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)/JIT/superpmi/superpmicollect/*">
             <Issue>Not compatible with crossgen2</Issue>
         </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/MethodImpl/CovariantReturns/UnitTest/UnitTest_GVM/*">
-            <Issue>https://github.com/dotnet/runtime/issues/42924</Issue>
-        </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/coverage/importer/refanytype1/*">
             <Issue>https://github.com/dotnet/runtime/issues/43460</Issue>
         </ExcludeList>