2023-11-16 14:21:04 -08:00
|
|
|
# Known failures for the array api tests.
|
|
|
|
|
2024-07-25 09:40:02 -07:00
|
|
|
# finfo return type misalignment (https://github.com/data-apis/array-api/issues/405)
|
|
|
|
array_api_tests/test_data_type_functions.py::test_finfo[float32]
|
|
|
|
|
2023-11-16 14:21:04 -08:00
|
|
|
# Test suite attempts in-place mutation:
|
|
|
|
array_api_tests/test_array_object.py::test_setitem
|
2024-08-08 12:33:30 -07:00
|
|
|
array_api_tests/test_array_object.py::test_setitem_masking
|
2024-11-20 14:50:06 -08:00
|
|
|
array_api_tests/test_creation_functions.py::test_asarray_arrays
|
2023-11-16 14:21:04 -08:00
|
|
|
|
2024-11-01 09:48:45 -07:00
|
|
|
# Returns wrong zero sign
|
|
|
|
array_api_tests/test_special_cases.py::test_unary[sign((x_i is -0 or x_i == +0)) -> 0]
|
|
|
|
|
2024-05-29 08:48:49 -07:00
|
|
|
# Returns int32 when int64 is expected
|
|
|
|
array_api_tests/test_searching_functions.py::test_searchsorted
|
2024-12-05 12:56:07 -08:00
|
|
|
|
|
|
|
# clip out dtype has ambiguous semantics (https://github.com/numpy/numpy/issues/24976)
|
|
|
|
array_api_tests/test_operators_and_elementwise_functions.py::test_clip
|
|
|
|
|
|
|
|
# JAX raises a ValueError rather than the expected IndexError for out-of-bound axis
|
|
|
|
array_api_tests/test_manipulation_functions.py::test_expand_dims
|