1+ # Shape mismatch; needs high priority investigation
2+ array_api_tests/test_array_object.py::test_setitem
3+ array_api_tests/test_indexing_functions.py::test_take
4+
15# Various indexing errors
26array_api_tests/test_array_object.py::test_getitem_masking
37
@@ -89,28 +93,24 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
8993# https://github.com/dask/dask/issues/11706
9094array_api_tests/test_creation_functions.py::test_arange
9195
96+ # da.searchsorted with a sorter argument is not supported
97+ array_api_tests/test_searching_functions.py::test_searchsorted
98+
9299# 2023.12 support
93100array_api_tests/test_manipulation_functions.py::test_repeat
94101
95102# 2024.12 support
96- array_api_tests/test_array_object.py::test_setitem
97103array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_1[1]
98104array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_1[None]
99105array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_2[1]
100106array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_2[None]
101107array_api_tests/test_has_names.py::test_has_names[indexing-take_along_axis]
102108array_api_tests/test_signatures.py::test_func_signature[take_along_axis]
103-
104109array_api_tests/test_linalg.py::test_cholesky
105110array_api_tests/test_linalg.py::test_linalg_matmul
111+ array_api_tests/test_linalg.py::test_matmul
106112array_api_tests/test_linalg.py::test_matrix_norm
107113array_api_tests/test_linalg.py::test_qr
108- array_api_tests/test_manipulation_functions.py::test_concat
109- array_api_tests/test_manipulation_functions.py::test_roll
110- array_api_tests/test_operators_and_elementwise_functions.py::test_add[add(x1, x2)]
111- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift[bitwise_left_shift(x1, x2)]
112- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[bitwise_right_shift(x1, x2)]
113- array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
114114array_api_tests/test_signatures.py::test_func_signature[count_nonzero]
115115array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
116116array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]
@@ -131,5 +131,3 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity
131131array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
132132array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
133133array_api_tests/test_special_cases.py::test_nan_propagation[cumulative_prod]
134-
135-
0 commit comments