# finfo return type misalignment
array_api_tests/test_data_type_functions.py::test_finfo[float32]

# out.dtype=float32, but should be int16
# dtype('float16') not found
array_api_tests/test_operators_and_elementwise_functions.py::test_ceil
array_api_tests/test_operators_and_elementwise_functions.py::test_floor
array_api_tests/test_operators_and_elementwise_functions.py::test_trunc

# 'newshape' should be named 'shape'
array_api_tests/test_signatures.py::test_func_signature[reshape]

# missing 'descending' keyword arguments
array_api_tests/test_signatures.py::test_func_signature[argsort]
array_api_tests/test_signatures.py::test_func_signature[sort]

# nonzero for 0D should error
array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error

# TODO: check why in CI `inspect.signature(np.vecdot)` returns (*arg, **kwarg)
#       instead of raising ValueError. mtsokol: couldn't reproduce locally
array_api_tests/test_signatures.py::test_func_signature[vecdot]
