Skip to content

Commit c63ebe6

Browse files
committed
Update some xfails
1 parent 6cc8008 commit c63ebe6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

numpy-1-21-xfails.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,23 @@ 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[less(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)]
136137
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x, s)]
137138
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
138139
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[multiply(x1, x2)]
140+
array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[not_equal(x1, x2)]
139141
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__ipow__(x, s)]
140142
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x, s)]
141143
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1, x2)]

0 commit comments

Comments
 (0)