Skip to content

Commit

Permalink
Baseline two systemic failures in the CoreCLR outerloop pipeline (#84904
Browse files Browse the repository at this point in the history
)

On Windows arm, several tests typically fail in the
coreclr-runtime outerloop pipeline. This change introduces
issues.targets exclusions for two tests that fail all the time
and apparently due to a different cause than the rest of the tests
that involve non-deterministic nullrefs the cause of which hasn't
yet been established to my knowledge.

Thanks

Tomas
  • Loading branch information
trylek authored Apr 17, 2023
1 parent 7ce83de commit 23be50f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,12 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Stress/ABI/pinvokes_do/**">
<Issue>https://github.com/dotnet/runtime/issues/66745</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/profiler/elt/slowpatheltenter/**">
<Issue>https://github.com/dotnet/runtime/issues/84750</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/profiler/elt/slowpatheltleave/**">
<Issue>https://github.com/dotnet/runtime/issues/84750</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventpipe/eventsourceerror/eventsourceerror/*">
<Issue>https://github.com/dotnet/runtime/issues/81241</Issue>
</ExcludeList>
Expand Down

0 comments on commit 23be50f

Please sign in to comment.