Skip to content

Commit d751db6

Browse files
committed
Update xfails for failing 2023 tests
1 parent e70bcc8 commit d751db6

File tree

5 files changed

+75
-0
lines changed

5 files changed

+75
-0
lines changed

dask-xfails.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,20 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
153153
# (https://github.com/data-apis/array-api-tests/issues/168)
154154
array_api_tests/test_statistical_functions.py::test_sum
155155
array_api_tests/test_statistical_functions.py::test_prod
156+
157+
# 2023.12 support
158+
array_api_tests/test_has_names.py::test_has_names[statistical-cumulative_sum]
159+
array_api_tests/test_has_names.py::test_has_names[info-__array_namespace_info__]
160+
array_api_tests/test_inspection_functions.py::test_array_namespace_info
161+
array_api_tests/test_inspection_functions.py::test_array_namespace_info_dtypes
162+
array_api_tests/test_manipulation_functions.py::test_repeat
163+
array_api_tests/test_searching_functions.py::test_searchsorted
164+
array_api_tests/test_signatures.py::test_func_signature[cumulative_sum]
165+
array_api_tests/test_signatures.py::test_func_signature[astype]
166+
array_api_tests/test_signatures.py::test_func_signature[__array_namespace_info__]
167+
array_api_tests/test_signatures.py::test_info_func_signature[capabilities]
168+
array_api_tests/test_signatures.py::test_info_func_signature[default_device]
169+
array_api_tests/test_signatures.py::test_info_func_signature[default_dtypes]
170+
array_api_tests/test_signatures.py::test_info_func_signature[devices]
171+
array_api_tests/test_signatures.py::test_info_func_signature[dtypes]
172+
array_api_tests/test_statistical_functions.py::test_cumulative_sum

numpy-1-21-xfails.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__
119119
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x, s)]
120120
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x1, x2)]
121121
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[bitwise_xor(x1, x2)]
122+
array_api_tests/test_operators_and_elementwise_functions.py::test_copysign
122123
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
123124
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
124125
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[divide(x1, x2)]
@@ -131,11 +132,13 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[f
131132
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
132133
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[greater(x1, x2)]
133134
array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[greater_equal(x1, x2)]
135+
array_api_tests/test_operators_and_elementwise_functions.py::test_hypot
134136
array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]
135137
array_api_tests/test_operators_and_elementwise_functions.py::test_less[less(x1, x2)]
136138
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
137139
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[less_equal(x1, x2)]
138140
array_api_tests/test_operators_and_elementwise_functions.py::test_logaddexp
141+
array_api_tests/test_operators_and_elementwise_functions.py::test_minimum
139142
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__imul__(x, s)]
140143
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x, s)]
141144
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
@@ -246,3 +249,21 @@ array_api_tests/test_special_cases.py::test_binary[remainder(x1_i is +0 and x2_i
246249
array_api_tests/test_special_cases.py::test_binary[remainder(x1_i is -0 and x2_i < 0) -> -0]
247250
array_api_tests/test_special_cases.py::test_binary[remainder(x1_i is -0 and x2_i > 0) -> +0]
248251
array_api_tests/test_special_cases.py::test_iop[__iadd__(x1_i is -0 and x2_i is -0) -> -0]
252+
253+
# 2023.12 support
254+
array_api_tests/test_has_names.py::test_has_names[statistical-cumulative_sum]
255+
array_api_tests/test_has_names.py::test_has_names[info-__array_namespace_info__]
256+
array_api_tests/test_inspection_functions.py::test_array_namespace_info
257+
array_api_tests/test_inspection_functions.py::test_array_namespace_info_dtypes
258+
array_api_tests/test_searching_functions.py::test_searchsorted
259+
array_api_tests/test_signatures.py::test_func_signature[cumulative_sum]
260+
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
261+
array_api_tests/test_signatures.py::test_func_signature[astype]
262+
array_api_tests/test_signatures.py::test_func_signature[__array_namespace_info__]
263+
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
264+
array_api_tests/test_signatures.py::test_info_func_signature[capabilities]
265+
array_api_tests/test_signatures.py::test_info_func_signature[default_device]
266+
array_api_tests/test_signatures.py::test_info_func_signature[default_dtypes]
267+
array_api_tests/test_signatures.py::test_info_func_signature[devices]
268+
array_api_tests/test_signatures.py::test_info_func_signature[dtypes]
269+
array_api_tests/test_statistical_functions.py::test_cumulative_sum

numpy-1-26-xfails.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,21 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
4545
# (https://github.com/data-apis/array-api-tests/issues/168)
4646
array_api_tests/test_statistical_functions.py::test_sum
4747
array_api_tests/test_statistical_functions.py::test_prod
48+
49+
# 2023.12 support
50+
array_api_tests/test_has_names.py::test_has_names[statistical-cumulative_sum]
51+
array_api_tests/test_has_names.py::test_has_names[info-__array_namespace_info__]
52+
array_api_tests/test_inspection_functions.py::test_array_namespace_info
53+
array_api_tests/test_inspection_functions.py::test_array_namespace_info_dtypes
54+
array_api_tests/test_searching_functions.py::test_searchsorted
55+
array_api_tests/test_signatures.py::test_func_signature[cumulative_sum]
56+
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
57+
array_api_tests/test_signatures.py::test_func_signature[astype]
58+
array_api_tests/test_signatures.py::test_func_signature[__array_namespace_info__]
59+
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
60+
array_api_tests/test_signatures.py::test_info_func_signature[capabilities]
61+
array_api_tests/test_signatures.py::test_info_func_signature[default_device]
62+
array_api_tests/test_signatures.py::test_info_func_signature[default_dtypes]
63+
array_api_tests/test_signatures.py::test_info_func_signature[devices]
64+
array_api_tests/test_signatures.py::test_info_func_signature[dtypes]
65+
array_api_tests/test_statistical_functions.py::test_cumulative_sum

numpy-dev-xfails.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
3232
# (https://github.com/data-apis/array-api-tests/issues/168)
3333
array_api_tests/test_statistical_functions.py::test_sum
3434
array_api_tests/test_statistical_functions.py::test_prod
35+
array_api_tests/test_statistical_functions.py::test_cumulative_sum
3536

3637
# The test suite cannot properly get the signature for vecdot
3738
# https://github.com/numpy/numpy/pull/26237

numpy-xfails.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,21 @@ array_api_tests/test_statistical_functions.py::test_prod
3737
# https://github.com/numpy/numpy/pull/26237
3838
array_api_tests/test_signatures.py::test_func_signature[vecdot]
3939
array_api_tests/test_signatures.py::test_extension_func_signature[linalg.vecdot]
40+
41+
# 2023.12 support
42+
array_api_tests/test_has_names.py::test_has_names[statistical-cumulative_sum]
43+
array_api_tests/test_has_names.py::test_has_names[info-__array_namespace_info__]
44+
array_api_tests/test_inspection_functions.py::test_array_namespace_info
45+
array_api_tests/test_inspection_functions.py::test_array_namespace_info_dtypes
46+
array_api_tests/test_searching_functions.py::test_searchsorted
47+
array_api_tests/test_signatures.py::test_func_signature[cumulative_sum]
48+
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
49+
array_api_tests/test_signatures.py::test_func_signature[astype]
50+
array_api_tests/test_signatures.py::test_func_signature[__array_namespace_info__]
51+
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
52+
array_api_tests/test_signatures.py::test_info_func_signature[capabilities]
53+
array_api_tests/test_signatures.py::test_info_func_signature[default_device]
54+
array_api_tests/test_signatures.py::test_info_func_signature[default_dtypes]
55+
array_api_tests/test_signatures.py::test_info_func_signature[devices]
56+
array_api_tests/test_signatures.py::test_info_func_signature[dtypes]
57+
array_api_tests/test_statistical_functions.py::test_cumulative_sum

0 commit comments

Comments
 (0)