Skip to content

Commit 7dba862

Browse files
committed
revert
1 parent e38a0c4 commit 7dba862

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

numpy-1-21-xfails.txt

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

0 commit comments

Comments
 (0)