-
Notifications
You must be signed in to change notification settings - Fork 31
Technical debt clean-up in test suite #2144
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
Open
ndgrigorian
wants to merge
29
commits into
master
Choose a base branch
from
reduce-bloat-in-dpctl-test-suite
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b554b53
remove redundant bitwise function tests
ndgrigorian c40d116
remove redundant tests in test_complex
ndgrigorian 68f2874
remove redundant copysign tests
ndgrigorian abc795e
remove redundant tests for comparison functions
ndgrigorian bb14f36
remove redundant divide tests
ndgrigorian e9b1473
remove unnecessary tests related to exponential and logarithm functions
ndgrigorian defe0c6
remove redundant atan2 tests
ndgrigorian 137340e
remove unnecessary cbrt test
ndgrigorian ea1a091
remove unnecessary trig tests
ndgrigorian a9358d0
remove unnecessary hypot tests
ndgrigorian e1d1699
remove unnecessary rounding function tests
ndgrigorian 425faa4
remove unnecessary floor divide tests
ndgrigorian f2c1d1a
remove some redundant tests for logic functions
ndgrigorian 1592ed1
remove unnecessary minimum and maximum tests
ndgrigorian 80bf8aa
remove redundant tests for positive and negative
ndgrigorian b1ab705
remove redundant tests for pow
ndgrigorian f37578c
remove redundant tests for reciprocal
ndgrigorian 66a97cb
remove redundant remainder tests
ndgrigorian 85b0f4c
remove redundant rsqrt tests
ndgrigorian ab136a5
remove redundant sign function tests
ndgrigorian e8a49f8
remove redundant square and sqrt tests
ndgrigorian 830ccf0
remove redundant subtract tests
ndgrigorian 0152114
remove redundant tests from floating point classifying functions
ndgrigorian 9326b06
remove redundant tests for multiply
ndgrigorian 4a0c17b
remove redundant tests for nextafter
ndgrigorian 6d24b36
remove steps running elementwise tests under gdb
ndgrigorian 586148e
add back usm_type tests in simplified framework
ndgrigorian 63f8c0c
improve coverage of out keyword for unary functions
ndgrigorian d97f840
add back test_divide_python_scalar
ndgrigorian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be helpful in the future, when we will need to debug some test.
Would it be better to comment instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured we'd just write it back in later if it becomes necessary again, we could just comment though