|
| 1 | +# NOTE: dask tests run on a very small number of examples in CI due to |
| 2 | +# slowness. This causes very high flakiness in the tests. |
| 3 | +# Before changing this file, please run with at least 200 examples. |
| 4 | + |
1 | 5 | # Shape mismatch; needs high priority investigation |
2 | 6 | array_api_tests/test_array_object.py::test_setitem |
3 | 7 | array_api_tests/test_indexing_functions.py::test_take |
@@ -35,7 +39,7 @@ array_api_tests/test_set_functions.py::test_unique_values |
35 | 39 | # fails for ndim > 2 |
36 | 40 | array_api_tests/test_linalg.py::test_svdvals |
37 | 41 |
|
38 | | -# dtype mismatch got uint64, but should be uint8, NPY_PROMOTION_STATE=weak doesn't help :( |
| 42 | +# dtype mismatch got uint64, but should be uint8; NPY_PROMOTION_STATE=weak doesn't help |
39 | 43 | array_api_tests/test_linalg.py::test_tensordot |
40 | 44 |
|
41 | 45 | # AssertionError: out.dtype=uint64, but should be uint8 [tensordot(uint8, uint8)] |
@@ -105,13 +109,16 @@ array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_1[None] |
105 | 109 | array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_2[1] |
106 | 110 | array_api_tests/test_array_object.py::test_getitem_arrays_and_ints_2[None] |
107 | 111 | array_api_tests/test_has_names.py::test_has_names[indexing-take_along_axis] |
| 112 | +array_api_tests/test_signatures.py::test_func_signature[count_nonzero] |
108 | 113 | array_api_tests/test_signatures.py::test_func_signature[take_along_axis] |
| 114 | + |
109 | 115 | array_api_tests/test_linalg.py::test_cholesky |
110 | 116 | array_api_tests/test_linalg.py::test_linalg_matmul |
111 | 117 | array_api_tests/test_linalg.py::test_matmul |
112 | 118 | array_api_tests/test_linalg.py::test_matrix_norm |
113 | 119 | array_api_tests/test_linalg.py::test_qr |
114 | | -array_api_tests/test_signatures.py::test_func_signature[count_nonzero] |
| 120 | +array_api_tests/test_manipulation_functions.py::test_roll |
| 121 | + |
115 | 122 | array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity] |
116 | 123 | array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity] |
117 | 124 | array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is -infinity and isfinite(x2_i) and x2_i > 0) -> -infinity] |
|
0 commit comments