Skip to content

Commit e2d202f

Browse files
committed
Remove torch linalg xfails
1 parent 8ca03d2 commit e2d202f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

torch-xfails.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,13 @@ array_api_tests/test_data_type_functions.py::test_iinfo[uint16]
2626
array_api_tests/test_data_type_functions.py::test_iinfo[uint32]
2727
array_api_tests/test_data_type_functions.py::test_iinfo[uint64]
2828

29-
# --disable-extension broken with test_has_names.py
30-
# https://github.com/data-apis/array-api-tests/issues/169
31-
array_api_tests/test_has_names.py::test_has_names[linalg-matrix_transpose]
32-
array_api_tests/test_has_names.py::test_has_names[linalg-outer]
33-
array_api_tests/test_has_names.py::test_has_names[linalg-tensordot]
34-
array_api_tests/test_has_names.py::test_has_names[linalg-trace]
35-
3629
# We cannot wrap the tensor object
3730
array_api_tests/test_has_names.py::test_has_names[array_method-__array_namespace__]
3831
array_api_tests/test_has_names.py::test_has_names[array_method-to_device]
3932

40-
4133
# tensordot doesn't allow integer dtypes in some corner cases
4234
array_api_tests/test_linalg.py::test_tensordot
4335

44-
# A numerical difference in stacking (will be fixed by
45-
# https://github.com/data-apis/array-api-tests/pull/101)
46-
array_api_tests/test_linalg.py::test_matmul
4736
# We cannot wrap the tensor object
4837
array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x1, x2)]
4938
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_and[__and__(x1, x2)]

0 commit comments

Comments
 (0)