dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.12k stars 4.7k forks source link

[ARM32][LEGACY_BACKEND][JitStress=2, JitStressRegs=1] Some tests exhibit unspecified failures #8601

Closed pgavlin closed 4 years ago

pgavlin commented 7 years ago
pgavlin commented 7 years ago

The last five tests in the list are all GC tests that fail due to untracked spill temps that extend the lifetimes of some temps. These tests are intrinsically unreliable as the JIT is allowed to extend lifetimes arbitrarily inside of a method.

pgavlin commented 7 years ago

This is now a dup of dotnet/runtime#8597.