@@ -10,15 +10,29 @@ array_api_tests/test_special_cases.py::test_binary
10
10
array_api_tests/test_special_cases.py::test_unary
11
11
12
12
# fft test suite is buggy as of 83f0bcdc
13
- array_api_tests/test_fft.py
13
+ # array_api_tests/test_fft.py
14
14
15
15
# Pending implementation update for proper dtype promotion behavior,
16
16
# see https://github.com/data-apis/array-api-tests/issues/234
17
17
array_api_tests/test_statistical_functions.py::test_sum
18
18
array_api_tests/test_statistical_functions.py::test_prod
19
- array_api_tests/test_linalg.py::test_trace
20
19
21
20
# Pending bugfix, see https://github.com/data-apis/array-api-tests/issues/256
22
21
array_api_tests/test_signatures.py::test_func_signature[logical_and]
23
22
array_api_tests/test_signatures.py::test_func_signature[logical_or]
24
- array_api_tests/test_signatures.py::test_func_signature[logical_xor]
23
+ array_api_tests/test_signatures.py::test_func_signature[logical_xor]
24
+
25
+ # Returns int32 when int64 is expected
26
+ array_api_tests/test_searching_functions.py::test_searchsorted
27
+
28
+ # Various info functions not yet defined
29
+ array_api_tests/test_has_names.py::test_has_names[info-capabilities]
30
+ array_api_tests/test_has_names.py::test_has_names[info-default_device]
31
+ array_api_tests/test_has_names.py::test_has_names[info-default_dtypes]
32
+ array_api_tests/test_has_names.py::test_has_names[info-devices]
33
+ array_api_tests/test_has_names.py::test_has_names[info-dtypes]
34
+ array_api_tests/test_signatures.py::test_func_signature[capabilities]
35
+ array_api_tests/test_signatures.py::test_func_signature[default_device]
36
+ array_api_tests/test_signatures.py::test_func_signature[default_dtypes]
37
+ array_api_tests/test_signatures.py::test_func_signature[devices]
38
+ array_api_tests/test_signatures.py::test_func_signature[dtypes]
0 commit comments