Re-enable test that passes locally (#72491)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Wed, 20 Jul 2022 02:20:59 +0000 (19:20 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 02:20:59 +0000 (19:20 -0700)
Re-enable the test that was disabled against https://github.com/dotnet/runtime/issues/64419. It looks like one of the many layout fixes this release already fixed this test locally.

Fixes #64419

src/tests/issues.targets

index 1236442..6ef7858 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack/*">
             <Issue>https://github.com/dotnet/runtime/issues/615</Issue>
         </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_60035/Runtime_60035/*">
-            <Issue>https://github.com/dotnet/runtime/issues/64419</Issue>
-        </ExcludeList>
         <ExcludeList Include="$(XunitTestBinBase)/JIT/superpmi/superpmicollect/*">
             <Issue>Not compatible with crossgen2</Issue>
         </ExcludeList>