Skip to content

Commit 7f9c103

Browse files
committed
Add XFAIL
1 parent 106d73e commit 7f9c103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array-api-tests-xfails.txt

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ array_api_tests/test_fft.py::test_ihfft
1717
# Known special case issue in NumPy. Not worth working around here
1818
# https://github.com/numpy/numpy/issues/21213
1919
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]
20+
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]

0 commit comments

Comments
 (0)