@@ -5,16 +5,12 @@ array_api_tests/test_creation_functions.py::test_asarray_arrays
55array_api_tests/test_data_type_functions.py::test_finfo[float32]
66
77# Array methods and attributes not already on np.ndarray cannot be wrapped
8- array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
98array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
109array_api_tests/test_has_names.py::test_has_names[array_attribute-device]
11- array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]
1210
1311# linalg tests require https://github.com/data-apis/array-api-tests/pull/101
1412# cleanups. Also some tests are using .mT
15- array_api_tests/test_linalg.py::test_eigvalsh
1613array_api_tests/test_linalg.py::test_solve
17- array_api_tests/test_linalg.py::test_trace
1814
1915# Array methods and attributes not already on np.ndarray cannot be wrapped
2016array_api_tests/test_signatures.py::test_array_method_signature[__array_namespace__]
@@ -40,10 +36,6 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity
4036array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
4137array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
4238
43- # testsuite issue with test_square
44- # https://github.com/data-apis/array-api-tests/issues/190
45- array_api_tests/test_operators_and_elementwise_functions.py::test_square
46-
4739# https://github.com/numpy/numpy/issues/21213
4840array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]
4941array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
0 commit comments