Skip to content

Commit 62d048c

Browse files
Skipped tests that crash on GPU pending investigation
1 parent 01d1c5d commit 62d048c

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

tests/skipped_tests_gpu.tbl

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,47 @@ tests/test_sycl_queue.py::test_broadcasting[opencl:gpu:0-remainder-data15-data25
9191
tests/test_sycl_queue.py::test_broadcasting[opencl:cpu:0-floor_divide-data12-data22]
9292
tests/test_sycl_queue.py::test_broadcasting[opencl:cpu:0-remainder-data15-data25]
9393

94+
tests/test_fft.py::test_fft_ndim[None-shape3-float32]
95+
tests/test_fft.py::test_fft_ndim[None-shape3-float64]
96+
tests/test_fft.py::test_fft_ndim[None-shape3-int32]
97+
tests/test_fft.py::test_fft_ndim[None-shape3-int64]
98+
tests/test_fft.py::test_fft_ndim[forward-shape3-float32]
99+
tests/test_fft.py::test_fft_ndim[forward-shape3-float64]
100+
tests/test_fft.py::test_fft_ndim[forward-shape3-int32]
101+
tests/test_fft.py::test_fft_ndim[forward-shape3-int64]
102+
tests/test_fft.py::test_fft_ndim[ortho-shape3-float32]
103+
tests/test_fft.py::test_fft_ndim[ortho-shape3-float64]
104+
tests/test_fft.py::test_fft_ndim[ortho-shape3-int32]
105+
tests/test_fft.py::test_fft_ndim[ortho-shape3-int64]
106+
tests/test_fft.py::test_fft_ifft[None-shape4-float32]
107+
tests/test_fft.py::test_fft_ifft[None-shape4-float64]
108+
tests/test_fft.py::test_fft_ifft[None-shape4-int32]
109+
tests/test_fft.py::test_fft_ifft[None-shape4-int64]
110+
tests/test_fft.py::test_fft_ifft[forward-shape4-float32]
111+
tests/test_fft.py::test_fft_ifft[forward-shape4-float64]
112+
tests/test_fft.py::test_fft_ifft[forward-shape4-int32]
113+
tests/test_fft.py::test_fft_ifft[forward-shape4-int64]
114+
tests/test_fft.py::test_fft_ifft[ortho-shape4-float32]
115+
tests/test_fft.py::test_fft_ifft[ortho-shape4-float64]
116+
tests/test_fft.py::test_fft_ifft[ortho-shape4-int32]
117+
tests/test_fft.py::test_fft_ifft[ortho-shape4-int64]
118+
tests/test_fft.py::test_fft_rfft[shape1-float32]
119+
tests/test_fft.py::test_fft_rfft[shape1-float64]
120+
tests/test_fft.py::test_fft_rfft[shape1-int32]
121+
tests/test_fft.py::test_fft_rfft[shape1-int64]
122+
tests/test_fft.py::test_fft_rfft[shape2-float32]
123+
tests/test_fft.py::test_fft_rfft[shape2-float64]
124+
tests/test_fft.py::test_fft_rfft[shape2-int32]
125+
tests/test_fft.py::test_fft_rfft[shape2-int64]
126+
tests/test_fft.py::test_fft_rfft[shape3-float32]
127+
tests/test_fft.py::test_fft_rfft[shape3-float64]
128+
tests/test_fft.py::test_fft_rfft[shape3-int32]
129+
tests/test_fft.py::test_fft_rfft[shape3-int64]
130+
tests/test_fft.py::test_fft_rfft[shape4-float32]
131+
tests/test_fft.py::test_fft_rfft[shape4-float64]
132+
tests/test_fft.py::test_fft_rfft[shape4-int32]
133+
tests/test_fft.py::test_fft_rfft[shape4-int64]
134+
94135
tests/test_indexing.py::test_nonzero[[[1, 0], [1, 0]]]
95136
tests/test_indexing.py::test_nonzero[[[1, 2], [3, 4]]]
96137
tests/test_indexing.py::test_nonzero[[[0, 1, 2], [3, 0, 5], [6, 7, 0]]]
@@ -644,7 +685,7 @@ tests/third_party/cupy/creation_tests/test_from_data.py::TestArrayPreservationOf
644685
tests/third_party/cupy/creation_tests/test_from_data.py::TestArrayPreservationOfShape_param_7_{copy=True, ndmin=3, xp=dpnp}::test_cupy_array
645686
tests/third_party/cupy/creation_tests/test_from_data.py::TestArrayPreservationOfShape_param_8_{copy=False, ndmin=0, xp=numpy}::test_cupy_array
646687
tests/third_party/cupy/creation_tests/test_from_data.py::TestArrayPreservationOfShape_param_9_{copy=False, ndmin=0, xp=dpnp}::test_cupy_array
647-
tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_array_copy_is_copied
688+
tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_array_copy_is_copied
648689
tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_array_copy_list_of_cupy_with_dtype
649690
tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_array_copy_list_of_cupy_with_dtype_char
650691
tests/third_party/cupy/creation_tests/test_from_data.py::TestFromData::test_array_copy_list_of_numpy_with_dtype
@@ -743,6 +784,23 @@ tests/third_party/cupy/fft_tests/test_fft.py::TestFftn_param_23_{axes=None, norm
743784
tests/third_party/cupy/fft_tests/test_fft.py::TestFftn_param_23_{axes=None, norm=None, s=None, shape=(0, 0, 5)}::test_ifftn
744785
tests/third_party/cupy/fft_tests/test_fft.py::TestFftn_param_7_{axes=(), norm=None, s=None, shape=(3, 4)}::test_fftn
745786
tests/third_party/cupy/fft_tests/test_fft.py::TestFftn_param_7_{axes=(), norm=None, s=None, shape=(3, 4)}::test_ifftn
787+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_2_{n=None, norm=None, shape=(10,)}::test_fft
788+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_2_{n=None, norm=None, shape=(10,)}::test_ifft
789+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_2_{n=None, norm=None, shape=(10,)}::test_fftn
790+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_2_{n=None, norm=None, shape=(10,)}::test_ifftn
791+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_6_{n=None, norm='ortho', shape=(10,)}::test_fft
792+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_6_{n=None, norm='ortho', shape=(10,)}::test_ifft
793+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_6_{n=None, norm='ortho', shape=(10,)}::test_fftn
794+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_6_{n=None, norm='ortho', shape=(10,)}::test_ifftn
795+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_3_{n=None, norm=None, shape=(10, 10)}::test_fft
796+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_3_{n=None, norm=None, shape=(10, 10)}::test_ifft
797+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_7_{n=None, norm='ortho', shape=(10, 10)}::test_fft
798+
tests/third_party/cupy/fft_tests/test_fft.py::TestFft_param_7_{n=None, norm='ortho', shape=(10, 10)}::test_ifft
799+
tests/third_party/cupy/fft_tests/test_fft.py::TestRfft_param_0_{n=None, norm=None, shape=(10,)}::test_irfft
800+
tests/third_party/cupy/fft_tests/test_fft.py::TestRfft_param_0_{n=None, norm=None, shape=(10,)}::test_rfft
801+
tests/third_party/cupy/fft_tests/test_fft.py::TestRfft_param_1_{n=None, norm=None, shape=(10, 10)}::test_irfft
802+
tests/third_party/cupy/fft_tests/test_fft.py::TestRfft_param_1_{n=None, norm=None, shape=(10, 10)}::test_rfft
803+
746804
tests/third_party/cupy/indexing_tests/test_generate.py::TestAxisConcatenator::test_AxisConcatenator_init1
747805
tests/third_party/cupy/indexing_tests/test_generate.py::TestAxisConcatenator::test_len
748806
tests/third_party/cupy/indexing_tests/test_generate.py::TestC_::test_c_1

0 commit comments

Comments
 (0)