@@ -72,6 +72,7 @@ array_api_tests/test_signatures.py::test_func_signature[argmin]
7272array_api_tests/test_manipulation_functions.py::test_concat
7373array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x, s)]
7474array_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)]
7576array_api_tests/test_operators_and_elementwise_functions.py::test_atan2
7677array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and[__and__(x, s)]
7778array_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_
8788array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[bitwise_right_shift(x1, x2)]
8889array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__ixor__(x, s)]
8990array_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)]
9092array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[bitwise_xor(x1, x2)]
9193array_api_tests/test_operators_and_elementwise_functions.py::test_copysign
9294array_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
113115array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
114116array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isub__(x, s)]
115117array_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)]
116119array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[subtract(x1, x2)]
117120array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i < 0 and x2_i is +0) -> -infinity]
118121array_api_tests/test_special_cases.py::test_binary[__floordiv__(x1_i < 0 and x2_i is -0) -> +infinity]
0 commit comments