Skip to content

Commit 40aeade

Browse files
committed
TST: add xfails for cumulative_prod special case on numpy
1 parent 7eb6012 commit 40aeade

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

numpy-1-26-xfails.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
3939
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
4040
# uint64 repeats not supported
4141
array_api_tests/test_manipulation_functions.py::test_repeat
42+
43+
# 2024.12 support
44+
array_api_tests/test_special_cases.py::test_nan_propagation[cumulative_prod]

numpy-dev-xfails.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ array_api_tests/test_signatures.py::test_extension_func_signature[linalg.vecdot]
99
# 2023.12 support
1010
# uint64 repeats not supported
1111
array_api_tests/test_manipulation_functions.py::test_repeat
12+
13+
# 2024.12 support
14+
array_api_tests/test_special_cases.py::test_nan_propagation[cumulative_prod]

numpy-xfails.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
1111
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
1212
# uint64 repeats not supported
1313
array_api_tests/test_manipulation_functions.py::test_repeat
14+
15+
# 2024.12 support
16+
array_api_tests/test_special_cases.py::test_nan_propagation[cumulative_prod]

0 commit comments

Comments
 (0)