Skip to content

Update cupy skips and xfails for latest linalg tests #97

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

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cupy-skips.txt

This file was deleted.

10 changes: 1 addition & 9 deletions cupy-xfails.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,8 @@ array_api_tests/test_has_names.py::test_has_names[array_method-__index__]
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]

# Some linalg tests depend on .mT instead of matrix_transpose()
# and some require https://github.com/data-apis/array-api-tests/pull/101 to
array_api_tests/test_linalg.py::test_eigvalsh
array_api_tests/test_linalg.py::test_matrix_norm
array_api_tests/test_linalg.py::test_matrix_power
array_api_tests/test_linalg.py::test_solve
array_api_tests/test_linalg.py::test_svd
array_api_tests/test_linalg.py::test_svdvals
# cupy uses 2023.12 trace() behavior https://github.com/data-apis/array-api/pull/502
array_api_tests/test_linalg.py::test_trace

# We cannot modify array methods
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
Expand Down