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
47
47
array_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]
48
48
array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
49
49
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
+
50
54
# NumPy 1.21 specific XFAILS
51
55
############################
52
56
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
40
40
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
41
41
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
42
42
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
+
43
47
# https://github.com/numpy/numpy/issues/21213
44
48
array_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]
45
49
array_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
170
170
array_api_tests/test_special_cases.py::test_iop[__imod__(x1_i is -0 and x2_i > 0) -> +0]
171
171
array_api_tests/test_special_cases.py::test_iop[__imod__(x1_i is +0 and x2_i < 0) -> -0]
172
172
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
+
173
177
# Float correction is not supported by pytorch
174
178
# (https://github.com/data-apis/array-api-tests/issues/168)
175
179
array_api_tests/test_special_cases.py::test_empty_arrays[std]
You can’t perform that action at this time.
0 commit comments