@@ -72,6 +72,7 @@ array_api_tests/test_signatures.py::test_func_signature[argmin]
72
72
array_api_tests/test_manipulation_functions.py::test_concat
73
73
array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x, s)]
74
74
array_api_tests/test_operators_and_elementwise_functions.py::test_add[__iadd__(x, s)]
75
+ array_api_tests/test_operators_and_elementwise_functions.py::test_add[add(x1, x2)]
75
76
array_api_tests/test_operators_and_elementwise_functions.py::test_atan2
76
77
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and[__and__(x, s)]
77
78
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and[__and__(x1, x2)]
@@ -87,6 +88,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_
87
88
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[bitwise_right_shift(x1, x2)]
88
89
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__ixor__(x, s)]
89
90
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x, s)]
91
+ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x1, x2)]
90
92
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[bitwise_xor(x1, x2)]
91
93
array_api_tests/test_operators_and_elementwise_functions.py::test_copysign
92
94
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
@@ -113,6 +115,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mo
113
115
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
114
116
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isub__(x, s)]
115
117
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x, s)]
118
+ array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
116
119
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[subtract(x1, x2)]
117
120
array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i < 0 and x2_i is +0) -> -infinity]
118
121
array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i < 0 and x2_i is -0) -> +infinity]
0 commit comments