@@ -106,3 +106,61 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_ceil
106106array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
107107array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[greater_equal(x1, x2)]
108108array_api_tests/test_searching_functions.py::test_where
109+
110+ array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
111+ array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[multiply(x1, x2)]
112+ array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
113+ array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__imul__(x1, x2)]
114+ array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__imul__(x, s)]
115+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
116+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[greater_equal(x1, x2)]
117+ array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[__ne__(x1, x2)]
118+ array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[not_equal(x1, x2)]
119+ array_api_tests/test_operators_and_elementwise_functions.py::test_add[add(x1, x2)]
120+ array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x1, x2)]
121+ array_api_tests/test_operators_and_elementwise_functions.py::test_add[__iadd__(x1, x2)]
122+ array_api_tests/test_operators_and_elementwise_functions.py::test_add[__iadd__(x, s)]
123+ array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__itruediv__(x, s)]
124+ array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__itruediv__(x1, x2)]
125+ array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
126+ array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
127+ array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[subtract(x1, x2)]
128+ array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
129+ array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isub__(x1, x2)]
130+ array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isub__(x, s)]
131+ array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__ipow__(x1, x2)]
132+ array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__ipow__(x, s)]
133+ array_api_tests/test_operators_and_elementwise_functions.py::test_pow[pow(x1, x2)]
134+ array_api_tests/test_operators_and_elementwise_functions.py::test_hypot
135+ array_api_tests/test_operators_and_elementwise_functions.py::test_copysign
136+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater[greater(x1, x2)]
137+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
138+ array_api_tests/test_linalg.py::test_outer
139+ array_api_tests/test_linalg.py::test_vecdot
140+ array_api_tests/test_operators_and_elementwise_functions.py::test_clip
141+ array_api_tests/test_manipulation_functions.py::test_stack
142+ array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide
143+
144+ # do not pass
145+ array_api_tests/test_has_names[array_attribute-device]
146+ array_api_tests/test_signatures.py::test_func_signature[meshgrid]
147+
148+ array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
149+ array_api_tests/test_indexing_functions.py::test_take
150+ array_api_tests/test_linalg.py::test_linalg_vecdot
151+ array_api_tests/test_creation_functions.py::test_asarray_arrays
152+
153+ array_api_tests/test_linalg.py::test_qr
154+
155+ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift
156+ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift
157+ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and
158+ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_or
159+
160+ # test exceeds the deadline of 800ms
161+ array_api_tests/test_linalg.py::test_pinv
162+ array_api_tests/test_linalg.py::test_det
163+
164+ # only supports access to dimension 0 to 9, but received dimension is 10.
165+ array_api_tests/test_linalg.py::test_tensordot
166+ array_api_tests/test_linalg.py::test_linalg_tensordot
0 commit comments