Skip to content

Commit 440e1c1

Browse files
committed
Update xfails
1 parent 558e4ed commit 440e1c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

numpy-1-21-xfails.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,16 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[bi
121121
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
122122
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
123123
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[divide(x1, x2)]
124-
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
125124
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
125+
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
126126
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
127127
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
128128
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
129129
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
130130
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
131131
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[greater(x1, x2)]
132132
array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]
133+
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
133134
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[less_equal(x1, x2)]
134135
array_api_tests/test_operators_and_elementwise_functions.py::test_logaddexp
135136
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__imul__(x, s)]

0 commit comments

Comments
 (0)