|
15 | 15 | CONDA_BUILD_VERSION: '24.1.2' |
16 | 16 | CONDA_INDEX_VERSION: '0.4.0' |
17 | 17 | TEST_ENV_NAME: 'test' |
18 | | - # TODO: to add test_arraymanipulation.py back to the scope once crash on Windows is gone |
19 | 18 | TEST_SCOPE: >- |
20 | | - test_arraycreation.py |
| 19 | + test_absolute.py |
21 | 20 | test_amin_amax.py |
22 | | - test_dparray.py |
| 21 | + test_arithmetic.py |
| 22 | + test_arraycreation.py |
| 23 | + test_arraymanipulation.py |
| 24 | + test_bitwise.py |
23 | 25 | test_copy.py |
| 26 | + test_counting.py |
| 27 | + test_dparray.py |
| 28 | + test_extensions.py |
24 | 29 | test_fft.py |
| 30 | + test_flat.py |
25 | 31 | test_histogram.py |
| 32 | + test_indexing.py |
26 | 33 | test_linalg.py |
27 | 34 | test_logic.py |
28 | 35 | test_manipulation.py |
29 | 36 | test_mathematical.py |
| 37 | + test_mixins.py |
30 | 38 | test_nanfunctions.py |
| 39 | + test_outer.py |
31 | 40 | test_product.py |
32 | 41 | test_random_state.py |
| 42 | + test_search.py |
33 | 43 | test_sort.py |
34 | 44 | test_special.py |
35 | 45 | test_statistics.py |
|
39 | 49 | test_usm_type.py |
40 | 50 | third_party/cupy/core_tests |
41 | 51 | third_party/cupy/indexing_tests/test_indexing.py |
42 | | - third_party/cupy/linalg_tests/test_decomposition.py |
43 | | - third_party/cupy/linalg_tests/test_norms.py |
44 | | - third_party/cupy/linalg_tests/test_product.py |
45 | | - third_party/cupy/linalg_tests/test_solve.py |
46 | | - third_party/cupy/linalg_tests/test_einsum.py |
47 | | - third_party/cupy/logic_tests/test_comparison.py |
48 | | - third_party/cupy/logic_tests/test_truth.py |
49 | | - third_party/cupy/manipulation_tests/test_basic.py |
50 | | - third_party/cupy/manipulation_tests/test_dims.py |
51 | | - third_party/cupy/manipulation_tests/test_join.py |
52 | | - third_party/cupy/manipulation_tests/test_rearrange.py |
53 | | - third_party/cupy/manipulation_tests/test_transpose.py |
| 52 | + third_party/cupy/linalg_tests |
| 53 | + third_party/cupy/logic_tests |
| 54 | + third_party/cupy/manipulation_tests |
54 | 55 | third_party/cupy/math_tests |
55 | | - third_party/cupy/sorting_tests/test_sort.py |
56 | | - third_party/cupy/sorting_tests/test_count.py |
| 56 | + third_party/cupy/sorting_tests |
57 | 57 | third_party/cupy/statistics_tests/test_histogram.py |
58 | 58 | third_party/cupy/statistics_tests/test_meanvar.py |
59 | 59 | VER_JSON_NAME: 'version.json' |
|
0 commit comments