Skip to content

Commit 3a5a391

Browse files
unskip logic tests on CPU
1 parent 890290c commit 3a5a391

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

tests/skipped_tests.tbl

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -190,58 +190,6 @@ tests/test_linalg.py::test_svd[(2,2)-complex128]
190190
tests/test_linalg.py::test_svd[(3,4)-complex128]
191191
tests/test_linalg.py::test_svd[(5,3)-complex128]
192192
tests/test_linalg.py::test_svd[(16,16)-complex128]
193-
tests/test_logic.py::test_all[(0,)-float64]
194-
tests/test_logic.py::test_all[(0,)-float32]
195-
tests/test_logic.py::test_all[(0,)-int64]
196-
tests/test_logic.py::test_all[(0,)-int32]
197-
tests/test_logic.py::test_all[(0,)-bool]
198-
tests/test_logic.py::test_all[(0,)-bool_]
199-
tests/test_logic.py::test_all[(4,)-float64]
200-
tests/test_logic.py::test_all[(4,)-float32]
201-
tests/test_logic.py::test_all[(4,)-int64]
202-
tests/test_logic.py::test_all[(4,)-int32]
203-
tests/test_logic.py::test_all[(4,)-bool]
204-
tests/test_logic.py::test_all[(4,)-bool_]
205-
tests/test_logic.py::test_all[(2,3)-float64]
206-
tests/test_logic.py::test_all[(2,3)-float32]
207-
tests/test_logic.py::test_all[(2,3)-int64]
208-
tests/test_logic.py::test_all[(2,3)-int32]
209-
tests/test_logic.py::test_all[(2,3)-bool]
210-
tests/test_logic.py::test_all[(2,3)-bool_]
211-
tests/test_logic.py::test_all[(2,2,2)-float64]
212-
tests/test_logic.py::test_all[(2,2,2)-float32]
213-
tests/test_logic.py::test_all[(2,2,2)-int64]
214-
tests/test_logic.py::test_all[(2,2,2)-int32]
215-
tests/test_logic.py::test_all[(2,2,2)-bool]
216-
tests/test_logic.py::test_all[(2,2,2)-bool_]
217-
tests/test_logic.py::test_allclose[float64]
218-
tests/test_logic.py::test_allclose[float32]
219-
tests/test_logic.py::test_allclose[int64]
220-
tests/test_logic.py::test_allclose[int32]
221-
tests/test_logic.py::test_any[(0,)-float64]
222-
tests/test_logic.py::test_any[(0,)-float32]
223-
tests/test_logic.py::test_any[(0,)-int64]
224-
tests/test_logic.py::test_any[(0,)-int32]
225-
tests/test_logic.py::test_any[(0,)-bool]
226-
tests/test_logic.py::test_any[(0,)-bool_]
227-
tests/test_logic.py::test_any[(4,)-float64]
228-
tests/test_logic.py::test_any[(4,)-float32]
229-
tests/test_logic.py::test_any[(4,)-int64]
230-
tests/test_logic.py::test_any[(4,)-int32]
231-
tests/test_logic.py::test_any[(4,)-bool]
232-
tests/test_logic.py::test_any[(4,)-bool_]
233-
tests/test_logic.py::test_any[(2,3)-float64]
234-
tests/test_logic.py::test_any[(2,3)-float32]
235-
tests/test_logic.py::test_any[(2,3)-int64]
236-
tests/test_logic.py::test_any[(2,3)-int32]
237-
tests/test_logic.py::test_any[(2,3)-bool]
238-
tests/test_logic.py::test_any[(2,3)-bool_]
239-
tests/test_logic.py::test_any[(2,2,2)-float64]
240-
tests/test_logic.py::test_any[(2,2,2)-float32]
241-
tests/test_logic.py::test_any[(2,2,2)-int64]
242-
tests/test_logic.py::test_any[(2,2,2)-int32]
243-
tests/test_logic.py::test_any[(2,2,2)-bool]
244-
tests/test_logic.py::test_any[(2,2,2)-bool_]
245193
tests/test_random.py::TestPermutationsTestShuffle::test_shuffle1[lambda x: (dpnp.asarray([(i, i) for i in x], [("a", int), ("b", int)]).view(dpnp.recarray))]
246194
tests/test_random.py::TestPermutationsTestShuffle::test_shuffle1[lambda x: dpnp.asarray([(i, i) for i in x], [("a", object), ("b", dpnp.int32)])]]
247195
tests/test_random.py::TestPermutationsTestShuffle::test_shuffle1[lambda x: dpnp.asarray(x).astype(dpnp.int8)]

0 commit comments

Comments
 (0)