Skip to content

Commit 680ae20

Browse files
committed
Update dpnp tests
1 parent c90f0b2 commit 680ae20

2 files changed

Lines changed: 191 additions & 178 deletions

File tree

dpnp/tests/skipped_tests_cuda.tbl

Lines changed: 0 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -660,144 +660,3 @@ tests/third_party/cupy/random_tests/test_sample.py::TestRandomIntegers2::test_bo
660660
tests/third_party/cupy/random_tests/test_sample.py::TestRandomIntegers2::test_bound_2
661661
tests/third_party/cupy/random_tests/test_sample.py::TestRandomIntegers2::test_goodness_of_fit
662662
tests/third_party/cupy/random_tests/test_sample.py::TestRandomIntegers2::test_goodness_of_fit_2
663-
664-
# partition
665-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-bool-0]
666-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-bool-1]
667-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-int32-0]
668-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-int32-1]
669-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-int64-0]
670-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-int64-1]
671-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-float32-0]
672-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-float32-1]
673-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-float64-0]
674-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-float64-1]
675-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-complex64-0]
676-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-complex64-1]
677-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-complex128-0]
678-
tests/test_sort.py::test_partition[[3, 4, 2, 1]-complex128-1]
679-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-bool-0]
680-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-bool-1]
681-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-int32-0]
682-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-int32-1]
683-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-int64-0]
684-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-int64-1]
685-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-float32-0]
686-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-float32-1]
687-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-float64-0]
688-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-float64-1]
689-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-complex64-0]
690-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-complex64-1]
691-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-complex128-0]
692-
tests/test_sort.py::test_partition[[[1, 0], [3, 0]]-complex128-1]
693-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-bool-0]
694-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-bool-1]
695-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-int32-0]
696-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-int32-1]
697-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-int64-0]
698-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-int64-1]
699-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-float32-0]
700-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-float32-1]
701-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-float64-0]
702-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-float64-1]
703-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-complex64-0]
704-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-complex64-1]
705-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-complex128-0]
706-
tests/test_sort.py::test_partition[[[3, 2], [1, 6]]-complex128-1]
707-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-bool-0]
708-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-bool-1]
709-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-int32-0]
710-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-int32-1]
711-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-int64-0]
712-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-int64-1]
713-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-float32-0]
714-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-float32-1]
715-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-float64-0]
716-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-float64-1]
717-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-complex64-0]
718-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-complex64-1]
719-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-complex128-0]
720-
tests/test_sort.py::test_partition[[[4, 2, 3], [3, 4, 1]]-complex128-1]
721-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-bool-0]
722-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-bool-1]
723-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-int32-0]
724-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-int32-1]
725-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-int64-0]
726-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-int64-1]
727-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-float32-0]
728-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-float32-1]
729-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-float64-0]
730-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-float64-1]
731-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-complex64-0]
732-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-complex64-1]
733-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-complex128-0]
734-
tests/test_sort.py::test_partition[[[[1, -3], [3, 0]], [[5, 2], [0, 1]], [[1, 0], [0, 1]]]-complex128-1]
735-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-bool-0]
736-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-bool-1]
737-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-int32-0]
738-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-int32-1]
739-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-int64-0]
740-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-int64-1]
741-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-float32-0]
742-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-float32-1]
743-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-float64-0]
744-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-float64-1]
745-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-complex64-0]
746-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-complex64-1]
747-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-complex128-0]
748-
tests/test_sort.py::test_partition[[[[[8, 2], [3, 0]], [[5, 2], [0, 1]]], [[[1, 3], [3, 1]], [[5, 2], [0, 1]]]]-complex128-1]
749-
750-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_axis
751-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_invalid_axis1
752-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_invalid_axis2
753-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_invalid_kth
754-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_invalid_negative_axis1
755-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_invalid_negative_axis2
756-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_invalid_negative_kth
757-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_negative_axis
758-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_negative_kth
759-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_non_contiguous
760-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_one_dim
761-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_sequence_kth
762-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_0_{external=False, length=10}::test_partition_zero_dim
763-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_axis
764-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_invalid_axis1
765-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_invalid_axis2
766-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_invalid_kth
767-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_invalid_negative_axis1
768-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_invalid_negative_axis2
769-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_invalid_negative_kth
770-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_negative_axis
771-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_negative_kth
772-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_non_contiguous
773-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_one_dim
774-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_sequence_kth
775-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_1_{external=False, length=20000}::test_partition_zero_dim
776-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_axis
777-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_invalid_axis1
778-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_invalid_axis2
779-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_invalid_kth
780-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_invalid_negative_axis1
781-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_invalid_negative_axis2
782-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_invalid_negative_kth
783-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_negative_axis
784-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_negative_kth
785-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_non_contiguous
786-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_none_axis
787-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_one_dim
788-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_sequence_kth
789-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_2_{external=True, length=10}::test_partition_zero_dim
790-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_axis
791-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_invalid_axis1
792-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_invalid_axis2
793-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_invalid_kth
794-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_invalid_negative_axis1
795-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_invalid_negative_axis2
796-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_invalid_negative_kth
797-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_negative_axis
798-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_negative_kth
799-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_non_contiguous
800-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_none_axis
801-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_one_dim
802-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_sequence_kth
803-
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_zero_dim

0 commit comments

Comments
 (0)