Skip to content

Commit

Permalink
Add an XFAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jan 23, 2024
1 parent 9b53570 commit 106d73e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions array-api-tests-xfails.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ array_api_tests/test_fft.py::test_rfftn
array_api_tests/test_fft.py::test_irfftn
array_api_tests/test_fft.py::test_hfft
array_api_tests/test_fft.py::test_ihfft

# Known special case issue in NumPy. Not worth working around here
# https://github.com/numpy/numpy/issues/21213
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]

0 comments on commit 106d73e

Please sign in to comment.