You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: stable_sort.pass does not check stability when the algorithm is executed with device policies.
Stability, however, is checked in stable_sort_by_key.pass, which shares the same implementation, but it is an implementation details we should not rely on.