|
20 | 20 | RUN_TESTS_MAX_ATTEMPTS: 2 |
21 | 21 | TEST_ENV_NAME: 'test' |
22 | 22 | TEST_SCOPE: >- |
23 | | - test_absolute.py |
24 | | - test_amin_amax.py |
25 | | - test_arithmetic.py |
26 | | - test_arraycreation.py |
27 | | - test_arraymanipulation.py |
28 | | - test_arraypad.py |
29 | | - test_bitwise.py |
30 | | - test_copy.py |
31 | | - test_counting.py |
32 | | - test_fft.py |
33 | | - test_fill.py |
34 | | - test_flat.py |
35 | | - test_histogram.py |
36 | | - test_indexing.py |
37 | | - test_linalg.py |
38 | | - test_logic.py |
39 | | - test_manipulation.py |
40 | | - test_mathematical.py |
41 | | - test_mixins.py |
42 | | - test_nanfunctions.py |
43 | | - test_ndarray.py |
44 | | - test_outer.py |
45 | | - test_product.py |
46 | | - test_random_state.py |
47 | | - test_search.py |
48 | | - test_sort.py |
49 | | - test_special.py |
50 | | - test_statistics.py |
51 | | - test_sum.py |
52 | | - test_sycl_queue.py |
53 | | - test_umath.py |
54 | | - test_usm_type.py |
55 | | - third_party/cupy/core_tests |
56 | | - third_party/cupy/fft_tests |
57 | | - third_party/cupy/creation_tests |
58 | | - third_party/cupy/indexing_tests |
59 | | - third_party/cupy/lib_tests |
60 | | - third_party/cupy/linalg_tests |
61 | | - third_party/cupy/logic_tests |
62 | | - third_party/cupy/manipulation_tests |
63 | | - third_party/cupy/math_tests |
64 | | - third_party/cupy/padding_tests |
65 | | - third_party/cupy/sorting_tests |
66 | | - third_party/cupy/statistics_tests/test_histogram.py |
67 | | - third_party/cupy/statistics_tests/test_meanvar.py |
68 | | - third_party/cupy/test_ndim.py |
69 | | - third_party/cupy/test_type_routines.py |
| 23 | + dpnp.tests.test_absolute |
| 24 | + dpnp.tests.test_amin_amax |
| 25 | + dpnp.tests.test_arithmetic |
| 26 | + dpnp.tests.test_arraycreation |
| 27 | + dpnp.tests.test_arraymanipulation |
| 28 | + dpnp.tests.test_arraypad |
| 29 | + dpnp.tests.test_bitwise |
| 30 | + dpnp.tests.test_copy |
| 31 | + dpnp.tests.test_counting |
| 32 | + dpnp.tests.test_fft |
| 33 | + dpnp.tests.test_fill |
| 34 | + dpnp.tests.test_flat |
| 35 | + dpnp.tests.test_histogram |
| 36 | + dpnp.tests.test_indexing |
| 37 | + dpnp.tests.test_linalg |
| 38 | + dpnp.tests.test_logic |
| 39 | + dpnp.tests.test_manipulation |
| 40 | + dpnp.tests.test_mathematical |
| 41 | + dpnp.tests.test_mixins |
| 42 | + dpnp.tests.test_nanfunctions |
| 43 | + dpnp.tests.test_ndarray |
| 44 | + dpnp.tests.test_outer |
| 45 | + dpnp.tests.test_product |
| 46 | + dpnp.tests.test_random_state |
| 47 | + dpnp.tests.test_search |
| 48 | + dpnp.tests.test_sort |
| 49 | + dpnp.tests.test_special |
| 50 | + dpnp.tests.test_statistics |
| 51 | + dpnp.tests.test_sum |
| 52 | + dpnp.tests.test_sycl_queue |
| 53 | + dpnp.tests.test_umath |
| 54 | + dpnp.tests.test_usm_type |
| 55 | + dpnp.tests.third_party.cupy.core_tests |
| 56 | + dpnp.tests.third_party.cupy.fft_tests |
| 57 | + dpnp.tests.third_party.cupy.creation_tests |
| 58 | + dpnp.tests.third_party.cupy.indexing_tests |
| 59 | + dpnp.tests.third_party.cupy.lib_tests |
| 60 | + dpnp.tests.third_party.cupy.linalg_tests |
| 61 | + dpnp.tests.third_party.cupy.logic_tests |
| 62 | + dpnp.tests.third_party.cupy.manipulation_tests |
| 63 | + dpnp.tests.third_party.cupy.math_tests |
| 64 | + dpnp.tests.third_party.cupy.padding_tests |
| 65 | + dpnp.tests.third_party.cupy.sorting_tests |
| 66 | + dpnp.tests.third_party.cupy.statistics_tests.test_histogram |
| 67 | + dpnp.tests.third_party.cupy.statistics_tests.test_meanvar |
| 68 | + dpnp.tests.third_party.cupy.test_ndim |
| 69 | + dpnp.tests.third_party.cupy.test_type_routines |
70 | 70 | VER_JSON_NAME: 'version.json' |
71 | 71 | VER_SCRIPT1: "import json; f = open('version.json', 'r'); j = json.load(f); f.close(); " |
72 | 72 | VER_SCRIPT2: "d = j['dpnp'][0]; print('='.join((d[s] for s in ('version', 'build'))))" |
|
0 commit comments