Skip to content

Commit e727b5d

Browse files
committed
reverts
1 parent 107c5a5 commit e727b5d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

numpy-1-22-xfails.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,21 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_copysign
7878
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
7979
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
8080
array_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)]
8183
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
8284
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
8385
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
8486
array_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)]
8591
array_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)]
8696
array_api_tests/test_operators_and_elementwise_functions.py::test_logaddexp
8797
array_api_tests/test_operators_and_elementwise_functions.py::test_maximum
8898
array_api_tests/test_operators_and_elementwise_functions.py::test_minimum

0 commit comments

Comments
 (0)