@@ -78,11 +78,21 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_copysign
7878array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
7979array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
8080array_api_tests/test_operators_and_elementwise_functions.py::test_divide[divide(x1, x2)]
81+ array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
82+ array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
8183array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
8284array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
8385array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
8486array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
87+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
88+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater[greater(x1, x2)]
89+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
90+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[greater_equal(x1, x2)]
8591array_api_tests/test_operators_and_elementwise_functions.py::test_hypot
92+ array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]
93+ array_api_tests/test_operators_and_elementwise_functions.py::test_less[less(x1, x2)]
94+ array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
95+ array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[less_equal(x1, x2)]
8696array_api_tests/test_operators_and_elementwise_functions.py::test_logaddexp
8797array_api_tests/test_operators_and_elementwise_functions.py::test_maximum
8898array_api_tests/test_operators_and_elementwise_functions.py::test_minimum
0 commit comments