File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x
4747array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
4848array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
4949
50+ # testsuite issue with test_square
51+ # https://github.com/data-apis/array-api-tests/issues/190
52+ array_api_tests/test_operators_and_elementwise_functions.py::test_square
53+
5054# NumPy 1.21 specific XFAILS
5155############################
5256
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity
4040array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
4141array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
4242
43+ # testsuite issue with test_square
44+ # https://github.com/data-apis/array-api-tests/issues/190
45+ array_api_tests/test_operators_and_elementwise_functions.py::test_square
46+
4347# https://github.com/numpy/numpy/issues/21213
4448array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]
4549array_api_tests/test_special_cases.py::test_binary[__pow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
Original file line number Diff line number Diff line change @@ -170,6 +170,10 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and
170170array_api_tests/test_special_cases.py::test_iop[__imod__(x1_i is -0 and x2_i > 0) -> +0]
171171array_api_tests/test_special_cases.py::test_iop[__imod__(x1_i is +0 and x2_i < 0) -> -0]
172172
173+ # testsuite issue with test_square
174+ # https://github.com/data-apis/array-api-tests/issues/190
175+ array_api_tests/test_operators_and_elementwise_functions.py::test_square
176+
173177# Float correction is not supported by pytorch
174178# (https://github.com/data-apis/array-api-tests/issues/168)
175179array_api_tests/test_special_cases.py::test_empty_arrays[std]
You can’t perform that action at this time.
0 commit comments