Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Jan 30, 2025
1 parent dd88b50 commit 7fda62e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions numpy-dev-xfails.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# finfo(float32).eps returns float32 but should return float
array_api_tests/test_data_type_functions.py::test_finfo[float32]

# 2023.12 support
# uint64 repeats not supported
array_api_tests/test_manipulation_functions.py::test_repeat
5 changes: 5 additions & 0 deletions numpy-xfails.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# finfo(float32).eps returns float32 but should return float
array_api_tests/test_data_type_functions.py::test_finfo[float32]

# The test suite cannot properly get the signature for vecdot
# https://github.com/numpy/numpy/pull/26237
array_api_tests/test_signatures.py::test_func_signature[vecdot]
array_api_tests/test_signatures.py::test_extension_func_signature[linalg.vecdot]

# 2023.12 support
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
Expand Down

0 comments on commit 7fda62e

Please sign in to comment.