Skip to content

Commit 56c43e7

Browse files
committed
Update CuPy xfails
1 parent 381706e commit 56c43e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cupy-xfails.txt

+8
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ array_api_tests/test_special_cases.py::test_unary[floor(x_i is -0) -> -0]
161161
array_api_tests/test_special_cases.py::test_unary[log1p(x_i is -0) -> -0]
162162
array_api_tests/test_special_cases.py::test_unary[round(x_i is -0) -> -0]
163163
array_api_tests/test_special_cases.py::test_unary[sin(x_i is -0) -> -0]
164+
array_api_tests/test_special_cases.py::test_unary[signbit(x_i is -0) -> True]
164165
array_api_tests/test_special_cases.py::test_unary[sinh(x_i is -0) -> -0]
165166
array_api_tests/test_special_cases.py::test_unary[sqrt(x_i is -0) -> -0]
166167
array_api_tests/test_special_cases.py::test_unary[tan(x_i is -0) -> -0]
@@ -172,3 +173,10 @@ array_api_tests/test_special_cases.py::test_unary[trunc(x_i is -0) -> -0]
172173
array_api_tests/test_fft.py::test_fftn
173174
array_api_tests/test_fft.py::test_ifftn
174175
array_api_tests/test_fft.py::test_rfftn
176+
177+
# 2023.12 support
178+
# cupy.ndaray cannot be specified as `repeats` argument.
179+
array_api_tests/test_manipulation_functions.py::test_repeat
180+
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
181+
array_api_tests/test_signatures.py::test_func_signature[astype]
182+
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]

0 commit comments

Comments
 (0)