rocm_jax/tests/array_api_skips.txt
2024-08-08 12:33:30 -07:00

15 lines
562 B
Plaintext

# Known failures for the array api tests.
# finfo return type misalignment (https://github.com/data-apis/array-api/issues/405)
array_api_tests/test_data_type_functions.py::test_finfo[float32]
# Test suite attempts in-place mutation:
array_api_tests/test_array_object.py::test_setitem
array_api_tests/test_array_object.py::test_setitem_masking
# Returns wrong zero sign
array_api_tests/test_special_cases.py::test_unary[sign((x_i is -0 or x_i == +0)) -> 0]
# Returns int32 when int64 is expected
array_api_tests/test_searching_functions.py::test_searchsorted