Some unit tests are failing due to `Debug.Assert` statements being tripped. See for instance: * https://helix.dot.net/api/2019-06-17/jobs/945daa52-1ccd-42e5-a59a-02cc4a26fa76/workitems/System.Memory.Tests/console * https://helix.dot.net/api/2019-06-17/jobs/945daa52-1ccd-42e5-a59a-02cc4a26fa76/workitems/System.Runtime.Tests/console The culprit is likely https://github.com/dotnet/runtime/pull/32385. However, that PR was green across all of CI. Assigning myself to investigate.
Some unit tests are failing due to
Debug.Assertstatements being tripped. See for instance:The culprit is likely #32385. However, that PR was green across all of CI.
Assigning myself to investigate.