Revert "Disable test based on #129 (#130)" (#2310)
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Wed, 29 Jan 2020 03:05:08 +0000 (19:05 -0800)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2020 03:05:08 +0000 (22:05 -0500)
This reverts commit 3a2dc0f8429b922fa254a1ba6f751b79259275b1.

Fixed by https://github.com/dotnet/runtime/pull/1457. Closes https://github.com/dotnet/runtime/issues/129.

src/coreclr/tests/issues.targets

index aaf9d70..5d27898 100644 (file)
         <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_26311/GitHub_26311/*">
             <Issue>26311</Issue>
         </ExcludeList>
-        <ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/interlocked/compareexchange/compareexchangedouble/*">
-            <Issue>129</Issue>
-        </ExcludeList>
     </ItemGroup>
 
     <!-- Windows x86 specific excludes -->