@@ -18,8 +18,6 @@ array_api_tests/test_signatures.py::test_func_signature[linspace]
18
18
array_api_tests/test_signatures.py::test_func_signature[meshgrid]
19
19
array_api_tests/test_signatures.py::test_func_signature[tril]
20
20
array_api_tests/test_signatures.py::test_func_signature[triu]
21
- # missing 'copy' keyword
22
- array_api_tests/test_signatures.py::test_func_signature[asarray]
23
21
# inspection functions
24
22
array_api_tests/test_signatures.py::test_func_signature[isdtype]
25
23
array_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_
70
68
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
71
69
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack_device__]
72
70
array_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]
75
71
76
72
# test_creation_functions
77
73
@@ -91,37 +87,10 @@ array_api_tests/test_array_object.py::test_setitem_masking
91
87
92
88
# test_operators_and_elementwise_functions
93
89
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)]
122
90
# ArgumentError: invalid rational: zero(...)//zero(...)
123
91
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
124
92
array_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)]
125
94
# throws for x < 1 instead of NaN
126
95
array_api_tests/test_operators_and_elementwise_functions.py::test_acosh
127
96
# not implemented
@@ -211,7 +180,6 @@ array_api_tests/test_has_names.py::test_has_names[array_method-__dlpack__]
211
180
array_api_tests/test_has_names.py::test_has_names[array_method-__dlpack_device__]
212
181
array_api_tests/test_has_names.py::test_has_names[array_method-__setitem__]
213
182
array_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]
215
183
array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]
216
184
217
185
# test_indexing_functions
0 commit comments