File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ array_api_tests/test_special_cases.py::test_unary[floor(x_i is -0) -> -0]
161161array_api_tests/test_special_cases.py::test_unary[log1p(x_i is -0) -> -0]
162162array_api_tests/test_special_cases.py::test_unary[round(x_i is -0) -> -0]
163163array_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]
164165array_api_tests/test_special_cases.py::test_unary[sinh(x_i is -0) -> -0]
165166array_api_tests/test_special_cases.py::test_unary[sqrt(x_i is -0) -> -0]
166167array_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]
172173array_api_tests/test_fft.py::test_fftn
173174array_api_tests/test_fft.py::test_ifftn
174175array_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__]
You can’t perform that action at this time.
0 commit comments