Skip to content

Commit

Permalink
test: remove XFAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasviGoyal committed Feb 5, 2024
1 parent 718e338 commit 2dadbc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests-cuda/test_1276_cuda_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def test_tocuda_unimplementedkernels5():
assert ak.to_list(copyback_regulararray) == ak.to_list(regulararray)


@pytest.mark.xfail(reason="awkward_ListArray_broadcast_tooffsets is not implemented")
def test_tocuda_unimplementedkernels6():
content = ak.contents.NumpyArray(
np.array([0.0, 1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9, 10.10])
Expand Down Expand Up @@ -155,7 +154,6 @@ def test_tocuda_unimplementedkernels7():
assert ak.to_list(copyback_recordarray) == ak.to_list(recordarray)


@pytest.mark.xfail(reason="awkward_ListArray_broadcast_tooffsets is not implemented")
def test_tocuda_unimplementedkernels8():
content0 = ak.Array([[1.1, 2.2, 3.3], [], [4.4, 5.5]]).layout
content1 = ak.Array(
Expand Down Expand Up @@ -201,7 +199,6 @@ def test_tocuda_unimplementedkernels10():
assert ak.to_list(copyback_bytemaskedarray) == ak.to_list(bytemaskedarray)


@pytest.mark.xfail(reason="awkward_ListArray_broadcast_tooffsets is not implemented")
def test_tocuda_unimplementedkernels11():
content = ak.contents.NumpyArray(
np.array([0.0, 1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9, 10.10])
Expand Down

0 comments on commit 2dadbc8

Please sign in to comment.