Skip to content

Commit 5e1459d

Browse files
committed
xfail test_repeat for numpy
1 parent 56c43e7 commit 5e1459d

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

numpy-1-21-xfails.txt

+2
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,5 @@ array_api_tests/test_searching_functions.py::test_searchsorted
256256
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
257257
array_api_tests/test_signatures.py::test_func_signature[astype]
258258
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
259+
# uint64 repeats not supported
260+
array_api_tests/test_manipulation_functions.py::test_repeat

numpy-1-26-xfails.txt

+2
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ array_api_tests/test_searching_functions.py::test_searchsorted
5151
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
5252
array_api_tests/test_signatures.py::test_func_signature[astype]
5353
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
54+
# uint64 repeats not supported
55+
array_api_tests/test_manipulation_functions.py::test_repeat

numpy-dev-xfails.txt

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ array_api_tests/test_signatures.py::test_extension_func_signature[linalg.vecdot]
2323
array_api_tests/test_signatures.py::test_func_signature[astype]
2424
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
2525
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
26+
# uint64 repeats not supported
27+
array_api_tests/test_manipulation_functions.py::test_repeat

numpy-xfails.txt

+2
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ array_api_tests/test_searching_functions.py::test_searchsorted
4343
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
4444
array_api_tests/test_signatures.py::test_func_signature[astype]
4545
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
46+
# uint64 repeats not supported
47+
array_api_tests/test_manipulation_functions.py::test_repeat

0 commit comments

Comments
 (0)