Skip to content

Commit

Permalink
Disable the new regression test on Mono with issue dotnet#71910
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek committed Jul 10, 2022
1 parent 2f7a546 commit 26b9035
Showing 1 changed file with 3 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 @@ -1519,6 +1519,9 @@
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/MethodImpl/CovariantReturns/Structs/IncompatibleOverride/**">
<Issue>Crashes during LLVM AOT compilation.</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/RegressionTests/GitHub_71319/**">
<Issue>https://github.com/dotnet/runtime/issues/71910</Issue>
</ExcludeList>

<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/HwiOp/CompareVectorWithZero/**">
<Issue>https://github.com/dotnet/runtime/pull/65632#issuecomment-1046294324</Issue>
Expand Down

0 comments on commit 26b9035

Please sign in to comment.