@@ -45,6 +45,40 @@ tests/test_sycl_queue.py::test_modf[level_zero:gpu:0]
45
45
tests/test_sycl_queue.py::test_1in_1out[opencl:gpu:0-trapz-data19]
46
46
tests/test_sycl_queue.py::test_1in_1out[opencl:cpu:0-trapz-data19]
47
47
48
+ tests/test_umath.py::test_umaths[('divmod', 'ii')]
49
+ tests/test_umath.py::test_umaths[('divmod', 'll')]
50
+ tests/test_umath.py::test_umaths[('divmod', 'ff')]
51
+ tests/test_umath.py::test_umaths[('divmod', 'dd')]
52
+ tests/test_umath.py::test_umaths[('float_power', 'dd')]
53
+ tests/test_umath.py::test_umaths[('frexp', 'f')]
54
+ tests/test_umath.py::test_umaths[('frexp', 'd')]
55
+ tests/test_umath.py::test_umaths[('gcd', 'ii')]
56
+ tests/test_umath.py::test_umaths[('gcd', 'll')]
57
+ tests/test_umath.py::test_umaths[('heaviside', 'ff')]
58
+ tests/test_umath.py::test_umaths[('heaviside', 'dd')]
59
+ tests/test_umath.py::test_umaths[('lcm', 'ii')]
60
+ tests/test_umath.py::test_umaths[('lcm', 'll')]
61
+ tests/test_umath.py::test_umaths[('ldexp', 'fi')]
62
+ tests/test_umath.py::test_umaths[('ldexp', 'fl')]
63
+ tests/test_umath.py::test_umaths[('ldexp', 'di')]
64
+ tests/test_umath.py::test_umaths[('ldexp', 'dl')]
65
+ tests/test_umath.py::test_umaths[('logaddexp', 'ff')]
66
+ tests/test_umath.py::test_umaths[('logaddexp', 'dd')]
67
+ tests/test_umath.py::test_umaths[('logaddexp2', 'ff')]
68
+ tests/test_umath.py::test_umaths[('logaddexp2', 'dd')]
69
+ tests/test_umath.py::test_umaths[('nextafter', 'ff')]
70
+ tests/test_umath.py::test_umaths[('nextafter', 'dd')]
71
+ tests/test_umath.py::test_umaths[('positive', 'i')]
72
+ tests/test_umath.py::test_umaths[('positive', 'l')]
73
+ tests/test_umath.py::test_umaths[('positive', 'f')]
74
+ tests/test_umath.py::test_umaths[('positive', 'd')]
75
+ tests/test_umath.py::test_umaths[('rint', 'f')]
76
+ tests/test_umath.py::test_umaths[('rint', 'd')]
77
+ tests/test_umath.py::test_umaths[('signbit', 'f')]
78
+ tests/test_umath.py::test_umaths[('signbit', 'd')]
79
+ tests/test_umath.py::test_umaths[('spacing', 'f')]
80
+ tests/test_umath.py::test_umaths[('spacing', 'd')]
81
+
48
82
tests/third_party/cupy/indexing_tests/test_insert.py::TestDiagIndices_param_0_{n=2, ndim=2}::test_diag_indices
49
83
tests/third_party/cupy/indexing_tests/test_insert.py::TestDiagIndices_param_1_{n=2, ndim=3}::test_diag_indices
50
84
tests/third_party/cupy/indexing_tests/test_insert.py::TestDiagIndices_param_2_{n=2, ndim=1}::test_diag_indices
@@ -766,7 +800,6 @@ tests/third_party/cupy/manipulation_tests/test_tiling.py::TestTile_param_3_{reps
766
800
tests/third_party/cupy/manipulation_tests/test_tiling.py::TestTile_param_4_{reps=(2, 3)}::test_array_tile
767
801
tests/third_party/cupy/manipulation_tests/test_tiling.py::TestTile_param_5_{reps=(2, 3, 4, 5)}::test_array_tile
768
802
769
- tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticRaisesWithNumpyInput_param_11_{name='mod', nargs=2}::test_raises_with_numpy_input
770
803
tests/third_party/cupy/math_tests/test_arithmetic.py::TestArithmeticRaisesWithNumpyInput_param_1_{name='angle', nargs=1}::test_raises_with_numpy_input
771
804
772
805
tests/third_party/cupy/math_tests/test_explog.py::TestExplog::test_logaddexp
0 commit comments