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

[oneDPL][ranges][test] + test_range_algo::test_view functionality #1911

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MikeDvorskiy
Copy link
Contributor

The PR introduces the checks for following standard view adapters:

  • transform_view
  • reverse_view
  • take_view
  • drop_view

NOTICE: std::ranges::views::all, std::ranges::subrange, std::span are tested implicitly within the 'test_range_algo' test engine.
single_view - is a trivial view and it doesn't make sense for testing in the parallel code.

@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/test_ranges_test_views branch from fbdf5b2 to c39f6d6 Compare October 17, 2024 15:42
@MikeDvorskiy MikeDvorskiy changed the base branch from main to dev/mdvorski/ranges_tests_data_gen October 17, 2024 15:46
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/test_ranges_test_views branch 3 times, most recently from f50094a to 90bd331 Compare October 18, 2024 12:52
Base automatically changed from dev/mdvorski/ranges_tests_data_gen to main October 23, 2024 14:36
@MikeDvorskiy MikeDvorskiy force-pushed the dev/mdvorski/test_ranges_test_views branch from 90bd331 to 5c28f19 Compare October 23, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant