Skip to content

Commit

Permalink
Disable failing tests to clean-up JitStress runs. (#46350)
Browse files Browse the repository at this point in the history
* disable coreroot_determinism with JitStress

* Disable Vector3Interop_r on arm64 windows.

#46347
  • Loading branch information
Sergey Andreenko authored Dec 27, 2020
1 parent b994723 commit 4f020cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,9 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/opt/rngchk/RngchkStress3/*">
<Issue>Needs Triage</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_r/*">
<Issue>https://github.com/dotnet/runtime/issues/46347</Issue>
</ExcludeList>
</ItemGroup>

<!-- The following are x64 Unix failures on CoreCLR. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'x64'">true</CLRTestTargetUnsupported>
<!-- Known not to work with GCStress for now: https://github.com/dotnet/runtime/issues/13394 -->
<GCStressIncompatible>true</GCStressIncompatible>
<!-- It is currently failing with JitStress https://github.com/dotnet/runtime/issues/45326-->
<JitOptimizationSensitive>true</JitOptimizationSensitive>
<!-- This is an explicit crossgen test -->
<CrossGenTest>false</CrossGenTest>
<OldToolsVersion>2.0</OldToolsVersion>
Expand Down

0 comments on commit 4f020cb

Please sign in to comment.