Skip to content

Commit 7c17243

Browse files
committed
revert
1 parent b060a9b commit 7c17243

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

torch-xfails.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and[__
3535
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_left_shift[__lshift__(x1, x2)]
3636
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_or[__or__(x1, x2)]
3737
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[__rshift__(x1, x2)]
38+
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_shift[__irshift__(x1, x2)]
3839
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x1, x2)]
3940
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
41+
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
42+
array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[__ne__(x1, x2)]
4043
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
44+
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
4145
array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
4246
array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]
4347
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]

0 commit comments

Comments
 (0)