Skip to content

Commit d43850c

Browse files
committed
Update cupy xfails
1 parent b3aaf87 commit d43850c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cupy-xfails.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mo
4141
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
4242
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x, s)]
4343
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x, s)]
44+
array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x, s)]
4445
# floating point inaccuracy
4546
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
4647

@@ -55,6 +56,10 @@ array_api_tests/test_statistical_functions.py::test_max
5556
# (https://github.com/data-apis/array-api-tests/issues/171)
5657
array_api_tests/test_signatures.py::test_func_signature[meshgrid]
5758

59+
# testsuite issue with test_square
60+
# https://github.com/data-apis/array-api-tests/issues/190
61+
array_api_tests/test_operators_and_elementwise_functions.py::test_square
62+
5863
# We cannot add array attributes
5964
array_api_tests/test_signatures.py::test_array_method_signature[__array_namespace__]
6065
array_api_tests/test_signatures.py::test_array_method_signature[__index__]

0 commit comments

Comments
 (0)