Skip to content

Commit

Permalink
Update scope of indexing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Nov 28, 2024
1 parent 4f48be9 commit ab1f648
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 134 deletions.
61 changes: 0 additions & 61 deletions dpnp/tests/skipped_tests.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -44,64 +44,3 @@ tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_pa
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_6_{order='F', shape=(10, 20, 30)}::test_cub_min
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_7_{order='F', shape=(10, 20, 30, 40)}::test_cub_max
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_7_{order='F', shape=(10, 20, 30, 40)}::test_cub_min

tests/third_party/cupy/indexing_tests/test_insert.py::TestPutmaskDifferentDtypes::test_putmask_differnt_dtypes_raises
tests/third_party/cupy/indexing_tests/test_insert.py::TestPutmask::test_putmask_non_equal_shape_raises

tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiter::test_base
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiter::test_copy
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiter::test_copy_next
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiter::test_len
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_0_{index=None, shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_0_{index=None, shape=(2, 3, 4)}::test_setitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_1_{index=(0,), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_1_{index=(0,), shape=(2, 3, 4)}::test_setitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_2_{index=True, shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_2_{index=True, shape=(2, 3, 4)}::test_setitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_3_{index=[0], shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_3_{index=[0], shape=(2, 3, 4)}::test_setitem
61 changes: 0 additions & 61 deletions dpnp/tests/skipped_tests_gpu.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -53,64 +53,3 @@ tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_pa
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_6_{order='F', shape=(10, 20, 30)}::test_cub_min
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_7_{order='F', shape=(10, 20, 30, 40)}::test_cub_max
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_7_{order='F', shape=(10, 20, 30, 40)}::test_cub_min

tests/third_party/cupy/indexing_tests/test_insert.py::TestPutmaskDifferentDtypes::test_putmask_differnt_dtypes_raises
tests/third_party/cupy/indexing_tests/test_insert.py::TestPutmask::test_putmask_non_equal_shape_raises

tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiter::test_base
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiter::test_copy
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiter::test_copy_next
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiter::test_len
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_0_{index=Ellipsis, shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_3_{index=slice(None, None, None), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_4_{index=slice(None, 10, None), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_5_{index=slice(None, None, 2), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_6_{index=slice(None, None, -1), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_7_{index=slice(10, None, -1), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_8_{index=slice(10, None, -2), shape=(2, 3, 4)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_9_{index=slice(None, None, None), shape=()}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_setitem_ndarray_1d
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_setitem_ndarray_different_types
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_setitem_ndarray_nd
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscript_param_10_{index=slice(None, None, None), shape=(10,)}::test_setitem_scalar
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_0_{index=None, shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_0_{index=None, shape=(2, 3, 4)}::test_setitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_1_{index=(0,), shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_1_{index=(0,), shape=(2, 3, 4)}::test_setitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_2_{index=True, shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_2_{index=True, shape=(2, 3, 4)}::test_setitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_3_{index=[0], shape=(2, 3, 4)}::test_getitem
tests/third_party/cupy/indexing_tests/test_iterate.py::TestFlatiterSubscriptIndexError_param_3_{index=[0], shape=(2, 3, 4)}::test_setitem
Loading

0 comments on commit ab1f648

Please sign in to comment.