Skip to content

Reduce scope of skipping tests on device without fp64 aspect #1525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 18, 2023
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
34 changes: 34 additions & 0 deletions tests/skipped_tests.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,40 @@ tests/test_random.py::TestPermutationsTestShuffle::test_shuffle1[lambda x: (dpnp
tests/test_random.py::TestPermutationsTestShuffle::test_shuffle1[lambda x: dpnp.asarray([(i, i) for i in x], [("a", object), ("b", dpnp.int32)])]]
tests/test_random.py::TestPermutationsTestShuffle::test_shuffle1[lambda x: dpnp.asarray(x).astype(dpnp.int8)]

tests/test_umath.py::test_umaths[('divmod', 'ii')]
tests/test_umath.py::test_umaths[('divmod', 'll')]
tests/test_umath.py::test_umaths[('divmod', 'ff')]
tests/test_umath.py::test_umaths[('divmod', 'dd')]
tests/test_umath.py::test_umaths[('float_power', 'dd')]
tests/test_umath.py::test_umaths[('frexp', 'f')]
tests/test_umath.py::test_umaths[('frexp', 'd')]
tests/test_umath.py::test_umaths[('gcd', 'ii')]
tests/test_umath.py::test_umaths[('gcd', 'll')]
tests/test_umath.py::test_umaths[('heaviside', 'ff')]
tests/test_umath.py::test_umaths[('heaviside', 'dd')]
tests/test_umath.py::test_umaths[('lcm', 'ii')]
tests/test_umath.py::test_umaths[('lcm', 'll')]
tests/test_umath.py::test_umaths[('ldexp', 'fi')]
tests/test_umath.py::test_umaths[('ldexp', 'fl')]
tests/test_umath.py::test_umaths[('ldexp', 'di')]
tests/test_umath.py::test_umaths[('ldexp', 'dl')]
tests/test_umath.py::test_umaths[('logaddexp', 'ff')]
tests/test_umath.py::test_umaths[('logaddexp', 'dd')]
tests/test_umath.py::test_umaths[('logaddexp2', 'ff')]
tests/test_umath.py::test_umaths[('logaddexp2', 'dd')]
tests/test_umath.py::test_umaths[('nextafter', 'ff')]
tests/test_umath.py::test_umaths[('nextafter', 'dd')]
tests/test_umath.py::test_umaths[('positive', 'i')]
tests/test_umath.py::test_umaths[('positive', 'l')]
tests/test_umath.py::test_umaths[('positive', 'f')]
tests/test_umath.py::test_umaths[('positive', 'd')]
tests/test_umath.py::test_umaths[('rint', 'f')]
tests/test_umath.py::test_umaths[('rint', 'd')]
tests/test_umath.py::test_umaths[('signbit', 'f')]
tests/test_umath.py::test_umaths[('signbit', 'd')]
tests/test_umath.py::test_umaths[('spacing', 'f')]
tests/test_umath.py::test_umaths[('spacing', 'd')]

tests/third_party/cupy/core_tests/test_ndarray_complex_ops.py::TestAngle::test_angle
tests/third_party/cupy/core_tests/test_ndarray_complex_ops.py::TestRealImag::test_imag
tests/third_party/cupy/core_tests/test_ndarray_complex_ops.py::TestRealImag::test_imag_inplace
Expand Down
35 changes: 34 additions & 1 deletion tests/skipped_tests_gpu.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,40 @@ tests/test_sycl_queue.py::test_modf[level_zero:gpu:0]
tests/test_sycl_queue.py::test_1in_1out[opencl:gpu:0-trapz-data19]
tests/test_sycl_queue.py::test_1in_1out[opencl:cpu:0-trapz-data19]

tests/test_umath.py::test_umaths[('divmod', 'ii')]
tests/test_umath.py::test_umaths[('divmod', 'll')]
tests/test_umath.py::test_umaths[('divmod', 'ff')]
tests/test_umath.py::test_umaths[('divmod', 'dd')]
tests/test_umath.py::test_umaths[('float_power', 'dd')]
tests/test_umath.py::test_umaths[('frexp', 'f')]
tests/test_umath.py::test_umaths[('frexp', 'd')]
tests/test_umath.py::test_umaths[('gcd', 'ii')]
tests/test_umath.py::test_umaths[('gcd', 'll')]
tests/test_umath.py::test_umaths[('heaviside', 'ff')]
tests/test_umath.py::test_umaths[('heaviside', 'dd')]
tests/test_umath.py::test_umaths[('lcm', 'ii')]
tests/test_umath.py::test_umaths[('lcm', 'll')]
tests/test_umath.py::test_umaths[('ldexp', 'fi')]
tests/test_umath.py::test_umaths[('ldexp', 'fl')]
tests/test_umath.py::test_umaths[('ldexp', 'di')]
tests/test_umath.py::test_umaths[('ldexp', 'dl')]
tests/test_umath.py::test_umaths[('logaddexp', 'ff')]
tests/test_umath.py::test_umaths[('logaddexp', 'dd')]
tests/test_umath.py::test_umaths[('logaddexp2', 'ff')]
tests/test_umath.py::test_umaths[('logaddexp2', 'dd')]
tests/test_umath.py::test_umaths[('nextafter', 'ff')]
tests/test_umath.py::test_umaths[('nextafter', 'dd')]
tests/test_umath.py::test_umaths[('positive', 'i')]
tests/test_umath.py::test_umaths[('positive', 'l')]
tests/test_umath.py::test_umaths[('positive', 'f')]
tests/test_umath.py::test_umaths[('positive', 'd')]
tests/test_umath.py::test_umaths[('rint', 'f')]
tests/test_umath.py::test_umaths[('rint', 'd')]
tests/test_umath.py::test_umaths[('signbit', 'f')]
tests/test_umath.py::test_umaths[('signbit', 'd')]
tests/test_umath.py::test_umaths[('spacing', 'f')]
tests/test_umath.py::test_umaths[('spacing', 'd')]

tests/third_party/cupy/indexing_tests/test_insert.py::TestDiagIndices_param_0_{n=2, ndim=2}::test_diag_indices
tests/third_party/cupy/indexing_tests/test_insert.py::TestDiagIndices_param_1_{n=2, ndim=3}::test_diag_indices
tests/third_party/cupy/indexing_tests/test_insert.py::TestDiagIndices_param_2_{n=2, ndim=1}::test_diag_indices
Expand Down Expand Up @@ -766,7 +800,6 @@ tests/third_party/cupy/manipulation_tests/test_tiling.py::TestTile_param_3_{reps
tests/third_party/cupy/manipulation_tests/test_tiling.py::TestTile_param_4_{reps=(2, 3)}::test_array_tile
tests/third_party/cupy/manipulation_tests/test_tiling.py::TestTile_param_5_{reps=(2, 3, 4, 5)}::test_array_tile

tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticRaisesWithNumpyInput_param_11_{name='mod', nargs=2}::test_raises_with_numpy_input
tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticRaisesWithNumpyInput_param_1_{name='angle', nargs=1}::test_raises_with_numpy_input

tests/third_party/cupy/math_tests/test_explog.py::TestExplog::test_logaddexp
Expand Down
Loading