Skip to content

Commit 8cd9536

Browse files
committed
Remove some XPASS tests from the numpy 2.0 xfails file
1 parent 6021c55 commit 8cd9536

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

numpy-dev-xfails.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ array_api_tests/test_creation_functions.py::test_asarray_arrays
55
array_api_tests/test_data_type_functions.py::test_finfo[float32]
66

77
# Array methods and attributes not already on np.ndarray cannot be wrapped
8-
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
98
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
109
array_api_tests/test_has_names.py::test_has_names[array_attribute-device]
11-
array_api_tests/test_has_names.py::test_has_names[array_attribute-mT]
1210

1311
# linalg tests require https://github.com/data-apis/array-api-tests/pull/101
1412
# cleanups. Also some tests are using .mT
15-
array_api_tests/test_linalg.py::test_eigvalsh
1613
array_api_tests/test_linalg.py::test_solve
17-
array_api_tests/test_linalg.py::test_trace
1814

1915
# Array methods and attributes not already on np.ndarray cannot be wrapped
2016
array_api_tests/test_signatures.py::test_array_method_signature[__array_namespace__]
@@ -40,10 +36,6 @@ array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(x1_i is -infinity
4036
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i > 0 and x2_i is -infinity) -> -0]
4137
array_api_tests/test_special_cases.py::test_iop[__ifloordiv__(isfinite(x1_i) and x1_i < 0 and x2_i is +infinity) -> -0]
4238

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-
4739
# https://github.com/numpy/numpy/issues/21213
4840
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]
4941
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]

0 commit comments

Comments
 (0)