forked from uxlfoundation/oneDPL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] Speed up the reduce_by_segment.pass test (uxlfoundation#1546)
We save time in reduce_by_segment.pass by making the following changes: - For each test, check if we are using the default predicate and / or operator and test that API if we do. Previously, we would test with and without providing a customer operator and predicate for each test run. This led to duplicate testing. - Some test scenarios deemed unnecessary have been removed. --------- Signed-off-by: Matthew Michel <[email protected]>
- Loading branch information
Showing
1 changed file
with
44 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters