Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generate_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install coverall dependencies
run: |
sudo gem install coveralls-lcov
conda install coveralls
pip install coveralls==3.2.0
- name: Upload coverage data to coveralls.io
run: |
echo "Processing pytest-coverage"
Expand Down
12 changes: 12 additions & 0 deletions tests/skipped_tests.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestArrayReduction:
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestArrayReduction::test_ptp_multiple_axes
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestArrayReduction::test_ptp_multiple_axes_keepdims
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestArrayReduction::test_ptp_nan
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestArrayReduction::test_ptp_nan_imag
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestArrayReduction::test_ptp_nan_real

tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_0_{order='C', shape=(10,)}::test_cub_max
tests/third_party/cupy/core_tests/test_ndarray_reduction.py::TestCubReduction_param_0_{order='C', shape=(10,)}::test_cub_min
Expand Down Expand Up @@ -484,11 +486,14 @@ tests/third_party/cupy/indexing_tests/test_indexing.py::TestIndexing::test_take_
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_1D_choicelist
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_choicelist_condlist_broadcast
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_complex
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_default
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_default_complex
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_default_scalar
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_empty_lists
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_length_error
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_odd_shaped_broadcastable
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_odd_shaped_broadcastable_complex
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_odd_shaped_non_broadcastable
tests/third_party/cupy/indexing_tests/test_indexing.py::TestSelect::test_select_type_error_condlist
tests/third_party/cupy/indexing_tests/test_indexing.py::TestIndexing::test_diagonal
Expand Down Expand Up @@ -829,9 +834,14 @@ tests/third_party/cupy/math_tests/test_rounding.py::TestRoundExtreme_param_5_{de
tests/third_party/cupy/math_tests/test_rounding.py::TestRoundExtreme_param_5_{decimals=99}::test_round_small
tests/third_party/cupy/math_tests/test_rounding.py::TestRoundExtreme_param_6_{decimals=100}::test_round_large
tests/third_party/cupy/math_tests/test_rounding.py::TestRoundExtreme_param_6_{decimals=100}::test_round_small
tests/third_party/cupy/math_tests/test_rounding.py::TestRounding::test_around
tests/third_party/cupy/math_tests/test_rounding.py::TestRounding::test_ceil
tests/third_party/cupy/math_tests/test_rounding.py::TestRounding::test_fix
tests/third_party/cupy/math_tests/test_rounding.py::TestRounding::test_floor
tests/third_party/cupy/math_tests/test_rounding.py::TestRounding::test_rint
tests/third_party/cupy/math_tests/test_rounding.py::TestRounding::test_rint_negative
tests/third_party/cupy/math_tests/test_rounding.py::TestRounding::test_round_
tests/third_party/cupy/math_tests/test_rounding.py::TestRounding::test_trunc
tests/third_party/cupy/math_tests/test_sumprod.py::TestSumprod::test_sum_all
tests/third_party/cupy/math_tests/test_sumprod.py::TestSumprod::test_sum_all2
tests/third_party/cupy/math_tests/test_sumprod.py::TestSumprod::test_sum_all_keepdims
Expand Down Expand Up @@ -1283,6 +1293,8 @@ tests/third_party/cupy/statistics_tests/test_histogram.py::TestHistogram::test_b
tests/third_party/cupy/statistics_tests/test_histogram.py::TestHistogram::test_histogram
tests/third_party/cupy/statistics_tests/test_histogram.py::TestHistogram::test_histogram_array_bins
tests/third_party/cupy/statistics_tests/test_histogram.py::TestHistogram::test_histogram_bins_not_ordered
tests/third_party/cupy/statistics_tests/test_histogram.py::TestHistogram::test_histogram_complex_weights
tests/third_party/cupy/statistics_tests/test_histogram.py::TestHistogram::test_histogram_complex_weights_uneven_bins
tests/third_party/cupy/statistics_tests/test_histogram.py::TestHistogram::test_histogram_density
tests/third_party/cupy/statistics_tests/test_histogram.py::TestHistogram::test_histogram_empty
tests/third_party/cupy/statistics_tests/test_histogram.py::TestHistogram::test_histogram_float_weights
Expand Down