Skip to content

Commit e6aa969

Browse files
committed
The torch log1p test can apparently fail on CI too
1 parent d6bf189 commit e6aa969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torch-xfails.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__im
5757
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
5858

5959

60-
# Mac-only bug (overflow near float max)
61-
# array_api_tests/test_operators_and_elementwise_functions.py::test_log1p
60+
# overflow near float max
61+
array_api_tests/test_operators_and_elementwise_functions.py::test_log1p
6262

6363
# torch doesn't handle shifting by more than the bit size correctly
6464
# https://github.com/pytorch/pytorch/issues/70904

0 commit comments

Comments
 (0)