Skip to content

Commit

Permalink
Block out the Runtime_40444 test failing in PR's + alpha-ordering (#4…
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek authored Aug 17, 2020
1 parent 3b824aa commit 7918347
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions src/coreclr/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,18 @@

<!-- All OS/Arch CoreCLR excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(RuntimeFlavor)' == 'coreclr' ">
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests/*">
<Issue>https://github.com/dotnet/runtime/issues/11213</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/mono/runningmono/*">
<Issue>This test is to verify we are running mono, and therefore only makes sense on mono.</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/generics/threadstart/GThread23/*">
<Issue>https://github.com/dotnet/runtime/issues/10847</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/mutex/misc/waitone2/*">
<Issue>https://github.com/dotnet/runtime/issues/6372</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/Coverage/271010/**">
<Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
</ExcludeList>
Expand Down Expand Up @@ -67,14 +76,8 @@
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/muldimjagary/muldimjagary/*">
<Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests/*">
<Issue>https://github.com/dotnet/runtime/issues/11213</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/mutex/misc/waitone2/*">
<Issue>https://github.com/dotnet/runtime/issues/6372</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/readytorun/r2rdump/R2RDumpTest/*">
<Issue>https://github.com/dotnet/runtime/issues/10888 https://github.com/dotnet/runtime/issues/11823 </Issue>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_40444/*">
<Issue>https://github.com/dotnet/runtime/issues/40885</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/generics/Variance/Methods/Method002/*">
<Issue>https://github.com/dotnet/runtime/issues/3893</Issue>
Expand Down Expand Up @@ -112,8 +115,8 @@
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/generics/Variance/Interfaces/Interfaces001/*">
<Issue>https://github.com/dotnet/runtime/issues/3893</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/mono/runningmono/*">
<Issue>This test is to verify we are running mono, and therefore only makes sense on mono.</Issue>
<ExcludeList Include="$(XunitTestBinBase)/readytorun/r2rdump/R2RDumpTest/*">
<Issue>https://github.com/dotnet/runtime/issues/10888 https://github.com/dotnet/runtime/issues/11823 </Issue>
</ExcludeList>
</ItemGroup>

Expand Down

0 comments on commit 7918347

Please sign in to comment.