@@ -232,7 +232,7 @@ tests/third_party/cupy/creation_tests/test_matrix.py::TestMatrix::test_diag_cons
232
232
tests/third_party/cupy/creation_tests/test_matrix.py::TestMatrix::test_diag_construction_from_tuple
233
233
tests/third_party/cupy/creation_tests/test_matrix.py::TestMatrix::test_diag_extraction_from_nested_list
234
234
tests/third_party/cupy/creation_tests/test_matrix.py::TestMatrix::test_diag_extraction_from_nested_tuple
235
- tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_logspace_zero_num
235
+
236
236
tests/third_party/cupy/indexing_tests/test_insert.py::TestFillDiagonal_param_4_{shape=(3, 3), val=(2,), wrap=True}::test_1darray
237
237
tests/third_party/cupy/indexing_tests/test_insert.py::TestFillDiagonal_param_4_{shape=(3, 3), val=(2,), wrap=True}::test_fill_diagonal
238
238
tests/third_party/cupy/indexing_tests/test_insert.py::TestFillDiagonal_param_5_{shape=(3, 3), val=(2,), wrap=False}::test_1darray
@@ -664,6 +664,7 @@ tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_asco
664
664
tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_asfortranarray_cuda_array_zero_dim
665
665
tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_asfortranarray_cuda_array_zero_dim_dtype
666
666
tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_fromfile
667
+
667
668
tests/third_party/cupy/creation_tests/test_ranges.py::TestMeshgrid_param_0_{copy=False, indexing='xy', sparse=False}::test_meshgrid0
668
669
tests/third_party/cupy/creation_tests/test_ranges.py::TestMeshgrid_param_0_{copy=False, indexing='xy', sparse=False}::test_meshgrid1
669
670
tests/third_party/cupy/creation_tests/test_ranges.py::TestMeshgrid_param_0_{copy=False, indexing='xy', sparse=False}::test_meshgrid2
@@ -699,13 +700,19 @@ tests/third_party/cupy/creation_tests/test_ranges.py::TestMgrid::test_mgrid5
699
700
tests/third_party/cupy/creation_tests/test_ranges.py::TestOgrid::test_ogrid3
700
701
tests/third_party/cupy/creation_tests/test_ranges.py::TestOgrid::test_ogrid4
701
702
tests/third_party/cupy/creation_tests/test_ranges.py::TestOgrid::test_ogrid5
703
+
702
704
tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_linspace_array_start_stop
703
705
tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_linspace_array_start_stop_axis1
706
+ tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_arange_negative_size
707
+ tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_arange_no_dtype_int
708
+
704
709
tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_linspace_float_underflow
705
710
tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_linspace_mixed_start_stop
706
711
tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_linspace_mixed_start_stop2
707
712
tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_linspace_start_stop_list
708
713
714
+ tests/third_party/cupy/creation_tests/test_ranges.py::TestRanges::test_logspace_zero_num
715
+
709
716
tests/third_party/cupy/fft_tests/test_fft.py::TestFft2_param_1_{axes=None, norm=None, s=(1, None), shape=(3, 4)}::test_fft2
710
717
tests/third_party/cupy/fft_tests/test_fft.py::TestFft2_param_7_{axes=(), norm=None, s=None, shape=(3, 4)}::test_fft2
711
718
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