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: sort_by_key.pass and stable_sort_by_key.pass tests are not aligned with the majority of other tests. That is, they do not rely on the utilities from the oneDPL testing framework, such as invoke_on_all_host_policies.
Using the utilities may simplify the tests and expand their coverage.
Summary:
sort_by_key.pass
andstable_sort_by_key.pass
tests are not aligned with the majority of other tests. That is, they do not rely on the utilities from the oneDPL testing framework, such asinvoke_on_all_host_policies
.Using the utilities may simplify the tests and expand their coverage.
The issue was motivated by discussion: #1692 (comment).
Preferred Solution:
Adapt the tests to use
invoke_on_all_host_policies
.The text was updated successfully, but these errors were encountered: