Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor sort_by_key tests to reuse common test framework #1780

Open
dmitriy-sobolev opened this issue Aug 14, 2024 · 0 comments
Open

Refactor sort_by_key tests to reuse common test framework #1780

dmitriy-sobolev opened this issue Aug 14, 2024 · 0 comments
Labels
enhancement test Test only Change

Comments

@dmitriy-sobolev
Copy link
Contributor

dmitriy-sobolev commented Aug 14, 2024

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.

The issue was motivated by discussion: #1692 (comment).

Preferred Solution:
Adapt the tests to use invoke_on_all_host_policies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement test Test only Change
Projects
None yet
Development

No branches or pull requests

2 participants