Skip to content

Commit 2566e61

Browse files
committed
revert
1 parent 4ee91b1 commit 2566e61

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
@@ -26,14 +26,18 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_
2626
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x1, x2)]
2727
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
2828
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
29+
array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
30+
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
2931
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
32+
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1, x2)]
3033
# This test is skipped instead of xfailed because it causes core dumps on CI
3134
# array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
3235
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
3336
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
3437

3538
# inverse trig functions are too inaccurate on CPU
3639
array_api_tests/test_operators_and_elementwise_functions.py::test_acos
40+
array_api_tests/test_operators_and_elementwise_functions.py::test_atan
3741
array_api_tests/test_operators_and_elementwise_functions.py::test_asin
3842

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

0 commit comments

Comments
 (0)