Skip to content

Commit 5cbd1c0

Browse files
committed
Update cupy skips and xfails
1 parent 1908a00 commit 5cbd1c0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

cupy-skips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Hangs
22
array_api_tests/test_linalg.py::test_qr
3+
array_api_tests/test_linalg.py::test_matrix_rank

cupy-xfails.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ array_api_tests/test_array_object.py::test_scalar_casting[__index__(int8)]
77
array_api_tests/test_array_object.py::test_scalar_casting[__index__(int16)]
88
array_api_tests/test_array_object.py::test_scalar_casting[__index__(int32)]
99
array_api_tests/test_array_object.py::test_scalar_casting[__index__(int64)]
10+
11+
# testsuite bug (https://github.com/data-apis/array-api-tests/issues/172)
12+
array_api_tests/test_array_object.py::test_getitem
13+
1014
# copy=False is not yet implemented
1115
array_api_tests/test_creation_functions.py::test_asarray_arrays
16+
1217
# finfo test is testing that the result is a float instead of float32 (see
1318
# also https://github.com/data-apis/array-api/issues/405)
1419
array_api_tests/test_data_type_functions.py::test_finfo[float32]
@@ -23,6 +28,7 @@ array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]
2328
# and some require https://github.com/data-apis/array-api-tests/pull/101 to
2429
array_api_tests/test_linalg.py::test_eigvalsh
2530
array_api_tests/test_linalg.py::test_matrix_norm
31+
array_api_tests/test_linalg.py::test_matrix_power
2632
array_api_tests/test_linalg.py::test_solve
2733
array_api_tests/test_linalg.py::test_svd
2834
array_api_tests/test_linalg.py::test_svdvals
@@ -32,6 +38,8 @@ array_api_tests/test_linalg.py::test_trace
3238
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
3339
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
3440
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
41+
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
42+
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x, s)]
3543
# floating point inaccuracy
3644
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
3745

@@ -80,6 +88,7 @@ array_api_tests/test_special_cases.py::test_binary[add(isfinite(x1_i) and x1_i !
8088
array_api_tests/test_special_cases.py::test_binary[__add__(x1_i is -0 and x2_i is -0) -> -0]
8189
array_api_tests/test_special_cases.py::test_binary[__add__(x1_i is -0 and x2_i is +0) -> +0]
8290
array_api_tests/test_special_cases.py::test_binary[__add__(x1_i is +0 and x2_i is -0) -> +0]
91+
array_api_tests/test_special_cases.py::test_binary[__add__(isfinite(x1_i) and x1_i != 0 and x2_i == -x1_i) -> +0]
8392
array_api_tests/test_special_cases.py::test_binary[atan2(x1_i > 0 and x2_i is -0) -> roughly +pi/2]
8493
array_api_tests/test_special_cases.py::test_binary[atan2(x1_i is +0 and x2_i is -0) -> roughly +pi]
8594
array_api_tests/test_special_cases.py::test_binary[atan2(x1_i is -0 and x2_i > 0) -> -0]

0 commit comments

Comments
 (0)