Skip to content

Commit b6a3882

Browse files
authored
Merge 42f6815 into acb74b9
2 parents acb74b9 + 42f6815 commit b6a3882

File tree

4 files changed

+124
-114
lines changed

4 files changed

+124
-114
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ env:
4949
test_umath.py
5050
test_usm_type.py
5151
third_party/cupy/core_tests
52+
third_party/cupy/creation_tests
5253
third_party/cupy/indexing_tests/test_indexing.py
5354
third_party/cupy/lib_tests
5455
third_party/cupy/linalg_tests

tests/skipped_tests.tbl

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -89,24 +89,6 @@ tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_pa
8989
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_7_{order='F', shape=(10, 20, 30, 40)}::test_cub_max
9090
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_7_{order='F', shape=(10, 20, 30, 40)}::test_cub_min
9191

92-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_0_{shape=4}::test_empty_like_K_strides_reshape
93-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_1_{shape=(4,)}::test_empty_like_K_strides_reshape
94-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_2_{shape=(4, 2)}::test_empty_like_K_strides_reshape
95-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_3_{shape=(4, 2, 3)}::test_empty_like_K_strides_reshape
96-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_4_{shape=(5, 4, 2, 3)}::test_empty_like_K_strides_reshape
97-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_huge_size
98-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_huge_size_fill0
99-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_int_huge_size
100-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_int_huge_size_fill0
101-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_like_invalid_order
102-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_like_K_strides
103-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_like_subok
104-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_zero_sized_array_strides
105-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_full_like_subok
106-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_ones_like_subok
107-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_zeros_like_subok
108-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_zeros_strides
109-
11092
tests/third_party/cupy/indexing_tests/test_generate.py::TestAxisConcatenator::test_AxisConcatenator_init1
11193
tests/third_party/cupy/indexing_tests/test_generate.py::TestAxisConcatenator::test_len
11294
tests/third_party/cupy/indexing_tests/test_generate.py::TestC_::test_c_1

tests/skipped_tests_gpu.tbl

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -115,24 +115,6 @@ tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_pa
115115
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_7_{order='F', shape=(10, 20, 30, 40)}::test_cub_max
116116
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_7_{order='F', shape=(10, 20, 30, 40)}::test_cub_min
117117

118-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_0_{shape=4}::test_empty_like_K_strides_reshape
119-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_1_{shape=(4,)}::test_empty_like_K_strides_reshape
120-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_2_{shape=(4, 2)}::test_empty_like_K_strides_reshape
121-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_3_{shape=(4, 2, 3)}::test_empty_like_K_strides_reshape
122-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasicReshape_param_4_{shape=(5, 4, 2, 3)}::test_empty_like_K_strides_reshape
123-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_huge_size
124-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_huge_size_fill0
125-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_int_huge_size
126-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_int_huge_size_fill0
127-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_like_invalid_order
128-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_like_K_strides
129-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_like_subok
130-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_empty_zero_sized_array_strides
131-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_full_like_subok
132-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_ones_like_subok
133-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_zeros_like_subok
134-
tests/third_party/cupy/creation_tests/test_basic.py::TestBasic::test_zeros_strides
135-
136118
tests/third_party/cupy/fft_tests/test_fft.py::TestFft2_param_1_{axes=None, norm=None, s=(1, None), shape=(3, 4)}::test_fft2
137119
tests/third_party/cupy/fft_tests/test_fft.py::TestFft2_param_7_{axes=(), norm=None, s=None, shape=(3, 4)}::test_fft2
138120
tests/third_party/cupy/fft_tests/test_fft.py::TestFft2_param_7_{axes=(), norm=None, s=None, shape=(3, 4)}::test_ifft2

0 commit comments

Comments
 (0)