Skip to content

Commit 463ee9c

Browse files
committed
Skip special cases due to change in Julia behaviour.
1 parent 1a1c0f4 commit 463ee9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/Finch-array-api-xfails.txt

+3
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x
264264
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)) -> +0]
265265
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and x2_i.is_integer() and x2_i % 2 == 1) -> -0]
266266
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i < 0 and isfinite(x1_i) and isfinite(x2_i) and not x2_i.is_integer()) -> NaN]
267+
array_api_tests/test_special_cases.py::test_binary[pow(x1_i is -infinity and x2_i < 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
268+
array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -infinity and x2_i < 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
269+
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)) -> +0]
267270
array_api_tests/test_special_cases.py::test_empty_arrays[mean]
268271
array_api_tests/test_special_cases.py::test_empty_arrays[std]
269272
array_api_tests/test_special_cases.py::test_empty_arrays[var]

0 commit comments

Comments
 (0)