@@ -18,8 +18,6 @@ array_api_tests/test_signatures.py::test_func_signature[linspace]
1818array_api_tests/test_signatures.py::test_func_signature[meshgrid]
1919array_api_tests/test_signatures.py::test_func_signature[tril]
2020array_api_tests/test_signatures.py::test_func_signature[triu]
21- # missing 'copy' keyword
22- array_api_tests/test_signatures.py::test_func_signature[asarray]
2321# inspection functions
2422array_api_tests/test_signatures.py::test_func_signature[isdtype]
2523array_api_tests/test_signatures.py::test_func_signature[result_type]
@@ -70,8 +68,6 @@ array_api_tests/test_signatures.py::test_extension_func_signature[linalg.vector_
7068array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
7169array_api_tests/test_signatures.py::test_array_method_signature[__dlpack_device__]
7270array_api_tests/test_signatures.py::test_array_method_signature[__setitem__]
73- # missing 'stream' from signature
74- array_api_tests/test_signatures.py::test_array_method_signature[to_device]
7571
7672# test_creation_functions
7773
@@ -91,37 +87,10 @@ array_api_tests/test_array_object.py::test_setitem_masking
9187
9288# test_operators_and_elementwise_functions
9389
94- # inplace operators not supported
95- array_api_tests/test_operators_and_elementwise_functions.py::test_add[__iadd__(x1, x2)]
96- array_api_tests/test_operators_and_elementwise_functions.py::test_add[__iadd__(x, s)]
97- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and[__iand__(x1, x2)]
98- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and[__iand__(x, s)]
99- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift[__ilshift__(x1, x2)]
100- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift[__ilshift__(x, s)]
101- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_or[__ior__(x1, x2)]
102- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_or[__ior__(x, s)]
103- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[__irshift__(x1, x2)]
104- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[__irshift__(x, s)]
105- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__ixor__(x1, x2)]
106- array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__ixor__(x, s)]
107- array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__itruediv__(x1, x2)]
108- array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__itruediv__(x, s)]
109- array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x1, x2)]
110- array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
111- array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__imul__(x1, x2)]
112- array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__imul__(x, s)]
113- array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__ipow__(x1, x2)]
114- array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__ipow__(x, s)]
115- array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isub__(x1, x2)]
116- array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isub__(x, s)]
117- # type promotion differences
118- array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x, s)]
119- array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
120- array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x, s)]
121- array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x, s)]
12290# ArgumentError: invalid rational: zero(...)//zero(...)
12391array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
12492array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
93+ array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x1, x2)]
12594# throws for x < 1 instead of NaN
12695array_api_tests/test_operators_and_elementwise_functions.py::test_acosh
12796# not implemented
@@ -211,7 +180,6 @@ array_api_tests/test_has_names.py::test_has_names[array_method-__dlpack__]
211180array_api_tests/test_has_names.py::test_has_names[array_method-__dlpack_device__]
212181array_api_tests/test_has_names.py::test_has_names[array_method-__setitem__]
213182array_api_tests/test_has_names.py::test_has_names[array_attribute-T]
214- array_api_tests/test_has_names.py::test_has_names[array_attribute-device]
215183array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]
216184
217185# test_indexing_functions
0 commit comments