From 0c43d69a3a2d8ff2a20d745cfbaa723b39770520 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Tue, 27 Feb 2024 15:33:30 -0700 Subject: [PATCH] Update cupy skips and xfails for latest linalg tests --- cupy-skips.txt | 3 --- cupy-xfails.txt | 10 +--------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 cupy-skips.txt diff --git a/cupy-skips.txt b/cupy-skips.txt deleted file mode 100644 index e618603f..00000000 --- a/cupy-skips.txt +++ /dev/null @@ -1,3 +0,0 @@ -# Hangs -array_api_tests/test_linalg.py::test_qr -array_api_tests/test_linalg.py::test_matrix_rank diff --git a/cupy-xfails.txt b/cupy-xfails.txt index ab4ba62f..cfacbe33 100644 --- a/cupy-xfails.txt +++ b/cupy-xfails.txt @@ -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)]