Skip to content

Commit e3b81c6

Browse files
committed
revert
1 parent e520e54 commit e3b81c6

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
@@ -38,14 +38,18 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_
3838
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x1, x2)]
3939
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
4040
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
41+
array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
42+
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
4143
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
44+
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1, x2)]
4245
# This test is skipped instead of xfailed because it causes core dumps on CI
4346
# array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
4447
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
4548
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
4649

4750
# inverse trig functions are too inaccurate on CPU
4851
array_api_tests/test_operators_and_elementwise_functions.py::test_acos
52+
array_api_tests/test_operators_and_elementwise_functions.py::test_atan
4953
array_api_tests/test_operators_and_elementwise_functions.py::test_asin
5054

5155
# Torch bug for remainder in some cases with large values

0 commit comments

Comments
 (0)